A quick start i use on personal projects.
- npm start : Run project in devmode http://localhost:8080
- npm run build : Clean dist, compile in prodmode, display gziped size
- Update to material-ui 0.15.2 and react(-*) 15.2.0 (not done cause of compatibility issue)
- Tooling unit tests
- make HMR really work...