In this example, you will use Cloud Native Build (CNB) to package a Node.js Express application, build a Docker image and push it to the Docker artifact repository.
Click the Fork button in the upper right corner to fork the project to your own repository. Then click the Cloud Native Development button to start remote development.
npm install
npm run dev
Alternatively, you can debug in VSCode:
curl http://localhost:3000