I created this to show how to set up a containerized node app that can be debuged with VS Code. I added docker-compose.yml and a Makefile files to start the container.
- Install Docker
- Inside the root dir, run
docker-compose upormake runto start the container. - In VS Code selet the launch configuration and launch.
You are now debugging inside the node service inside of the docker container.