Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 516 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 516 Bytes

If you want to quickly see the demo click here

Pre-requisite

  1. Node version v12.16.3
  2. NPM version 6.14.7
  3. Docker version 19.03.12

Test

yarn test --coverage --watchAll=false

build

yarn build

Start on localhost:3000

yarn start

Linux

Setup

yarn run linux:setup

Test

yarn run linux:yarn:test

build

yarn run linux:yarn:build

Start on localhost:3000

yarn run linux:yarn:start