Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 386 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 386 Bytes

boilerplate

Typescript react redux universal boilerplate

Run (development)

  • yarn global add typescript
  • yarn
  • yarn run server:start
  • yarn run front:start
  • tsc for building server
  • enjoy!

Build (production)

  • yarn
  • NODE_ENV=production yarn run server:build && yarn run front:build
  • enjoy!

Run (production)

  • NODE_ENV=production yarn start
  • enjoy!