Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 267 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 267 Bytes

Setup

  1. install node >v10 (checkout nvm), install yarn
  2. run yarn
  3. run yarn start (it will hot reload so just add file and keep testing that way, check server.js to add actual endpoint other than static files, which are hosted from json/ folder)