If you've got 15 minutes to spare and have docker installed, this Gist will get you started with a working debuggable Nestjs application using Docker with additional settings for vscode
. Clearly you'll want to dig deeper, but this is a start...
Nestjs is a popular nodejs
for typescript
framework for building microservices. It enjoys a large active community, has many extensions and is easily extended. Documentation can be found here
Create the basic file structure from the Github Gist