Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (17 loc) · 155 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 155 Bytes

Test app

Install deps:

yarn

or:

npm install

Run:

yarn build && yarn start-node

or:

npm run build && npm run start-node