You can download at bit.ly/ato2021-nodejs
See DEVOPS.md to setup minikube
start app in cluster for dev and debug
npm run dev
Open knative service on the browser
open http://localhost:8080
Make a change to src/index.js
and refresh browser, attach debugger with vscode or any nodejs debugger and set a brake point, refresh the browser again.
Follow the tutorial Building your first container image from source code
start app in cluster for dev
npm run kube-dev
start app in cluster for debugging
npm run kube-debug
To find more options run npm run