1.0.1 • Published 8 years ago
minimal-react-app v1.0.1
Minimal React App 
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_repositoryTo 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.