Simple progressive web app starter kit with redux-integration
react-only on react-only branch
| Command | Description |
|---|---|
| npm run start | Start application with hot reloading enabled |
| npm run build | Minified build with offline capabilities |
| npm run deploy | Deploy your site (under build folder) to github page |
- Use our own server.js instead of webpack-dev-server
- Upgrade to Webpack 2
- Server-side rendering (only index route)
- Fix webpack warning
- Redux devtool integration
- Fix CSS SSR issue
- Prod version
- Replace sw-tool with workbox