Very simple starter for react-router-redux without server.
Only generate html/js/css to a dist folder. Your application can be hosted in simple static file hosting !
Inspired by https://github.com/reactjs/react-router-redux/tree/master/examples/basic
npm install
create a node server and update automatically your browser when you modify your files
npm run dev
Watch your code and generate js/html/css in the dist folder
npm run dev-simple
Generate minified js/html/css in the dist folder
npm run build
Remove dist folder
npm run clean
snigle matthieusb
MIT License