Skip to content

Latest commit

 

History

History
36 lines (34 loc) · 1.36 KB

README.md

File metadata and controls

36 lines (34 loc) · 1.36 KB

webpack-typescpt-react

this's a cute&awesome webpack-typescpt-react todos app.

TODO

  • add React 16.x + Redux + React-Router4.x
  • add Progressive Web App
  • add React Server Rendering

plugins

Production

npm start

Progressive Web App Production

npm run build:pwa
npm run local

React Server Rendering Production

npm run build:server
npm run server