Nest: Community question: Development environment

Created on 15 May 2017  路  7Comments  路  Source: nestjs/nest

What is everyone using for their development environment? Has anyone successfully gotten interactive server-side debugging working with Nest or TypeScript-compiled tools?

Most helpful comment

@kamilmysliwiec Can you share your launch.json?

All 7 comments

Hey @KerryRitter,

Personally I use:

  • Webstorm
  • Typescript
  • Jest as unit test framework
  • No special debuging tools ==> just unit tests and logger

I'm using VS code and webpack to transpile and bundle my application.
Debugging also works fine in VS Code.

VS Code

@KerryRitter, do you need more answers or I can close this issue?

@JulianBiermann How do you do to compile with Webpack? Can you post an example?

Update: I make it work. Thanks.

@kamilmysliwiec Can you share your launch.json?

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rafal-rudnicki picture rafal-rudnicki  路  3Comments

VRspace4 picture VRspace4  路  3Comments

breitsmiley picture breitsmiley  路  3Comments

2233322 picture 2233322  路  3Comments

JulianBiermann picture JulianBiermann  路  3Comments