Title

Development Setup

  1. https://cloud.google.com/appengine/docs/standard/nodejs
  • npm run-script dev-build - watch local files and build tsc when change is detected
  • npm run-script dev-start - runs a local web server on http://localhost:8080/ and watches for js files changes in dist
  • npm run-script dev-deploy - deploys app to app engine and tails logs

ngrok http 8080

Links