Title
Development Setup
npm run-script dev-build
- watch local files and build tsc when change is detectednpm run-script dev-start
- runs a local web server on http://localhost:8080/ and watches for js files changes in distnpm run-script dev-deploy
- deploys app to app engine and tails logs
ngrok http 8080