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
withnpm run debug_inspect
in another tab to debug in watch mode.