First run: npm install
Then run:
- Run npm run startto run the app
- Run npm run debug_onceto debug the app once
- Run npm run start_watchto run the app every time .js files change
- Run npm run debug_watchwithnpm run debug_inspectin another tab to debug in watch mode.