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.
Install dependencies
npm install
Start development server (command line)
npm run dev
Alternatively, you can debug in VSCode:
Click the "Run and Debug" icon in the activity bar on the left side of VSCode
Select "Debug express-docker application" from the run and debug drop-down list