A minimal React starter.
git clone https://github.com/steven-fernandez/React-starter.git
Install the dependencies:
npm install
Test:
npm test
Development mode with livereload:
npm run watch
or just npm start
When you are done, create a production ready version of the JS bundle:
npm run build
Deploy on Github pages with one command:
npm run deploy