A really basic React/Redux single page app bootstrap, ready to go with Webpack
The SPA dev server requires webpack-dev-server so do npm install -g webpack webpack-dev-server
first
To start devving;
- Clone this repo
- run
npm install
- run
npm run-script dev
- visit
http://localhost:8088
If you want to build the production ready minified js and css
- run
npm run-script build
Fork away pals!