A minimal React JS application starter kit.
A fork and bending of React Starterify
. ~/.nvm/nvm.sh
nvm use 5.0
Install the dependencies:
npm install
Test:
npm test
Development mode with livereload:
npm run watch
When you are done, create a production ready version of the JS bundle:
npm run build