Skip to content

Latest commit

 

History

History
executable file
·
20 lines (16 loc) · 597 Bytes

README.md

File metadata and controls

executable file
·
20 lines (16 loc) · 597 Bytes

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

To-Do

  • 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