Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 473 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 473 Bytes

Get sh*t done boilerplate

  • React
  • Redux
  • React Router 5
  • Webpack 4
  • SSR (Express)
  • Styled Components
  • Code splitting

Probably not production ready and definitely not yet optimised.

Install:

npm install

Run dev build/server:

npm run dev

Run build/production server:

npm run build

TODO

  • HMR for development
  • Jest/RTL setup
  • Add tests (server utils, redux)
  • Fix the precommit hook
  • Update the node engine to 12.16.1