Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
/ minimal-react-app Public archive

Create React apps with minimal build configuration.

License

Notifications You must be signed in to change notification settings

alexyuly/minimal-react-app

Repository files navigation

Minimal React App Build Status

Create React apps with minimal build configuration.

Get Started

To get started, clone this repository, and then add your own remote origin:

cd your_development_directory
git clone https://github.com/alexyuly/minimal-react-app
git remote rm origin
git remote add origin url_to_your_git_repository

To start your app in development mode, run yarn start.

To build your app in production mode, run yarn build. This creates two files in the build directory, app.js and index.html, which can be served on the web.

About

Create React apps with minimal build configuration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published