/nestjs-monorepo-playground

Playground for finding best DX for maintaining multiple NestJS dependencies in a monorepo

Primary LanguageTypeScript

  1. npm i
  2. Run npm run bootstrap
  3. Run npm run build
  4. Navigate to app via cd apps/my-nest-project
  5. Start app with npm run start:dev
  6. Make GET request to localhost:3456
  7. Check app log