Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 253 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 253 Bytes

Setup

  1. yarn install

Run locally

  1. Start the NodeJS server: yarn start
  2. Start webpack: yarn dev
  3. Use http://localhost:3000/ to access the app.

Run deploying to production

  1. yarn install
  2. yarn build
  3. yarn start