From: https://github.com/Granze/react-starterify
Use: node 4.1.x
Install the dependencies:
npm install
bower install
cp src/settings.json.example src/settings.json
Test:
npm run test
Development mode with livereload:
gulp watch
When you are done, create a production ready version of the JS bundle:
gulp build