Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 493 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 493 Bytes

Circle CI

Getting started

First run: npm install

Then run:

  • Run npm run start to run the app
  • Run npm run debug_once to debug the app once
  • Run npm run start_watch to run the app every time .js files change
  • Run npm run debug_watch with npm run debug_inspect in another tab to debug in watch mode.