Skip to content

KimKiHyuk/nest-boilerplate

Repository files navigation

Nest.js boilerplate

powered by

Awesome NestJS

Statements Branches Functions Lines
Statements Branches Functions Lines

Getting started

  • NODE_ENV로 알맞은 개발환경을 설정합니다. (default : development)
  • yarn install
  • yarn run start:dev
  • yarn run test:unit

Migration

  • yarn typeorm migration:generate -n migrations/
  • yarn typeorm migration:run
  • yarn typeorm migration:show

features

  • Admin 기능
  • 유닛 테스트

Debug

  • yarn run debug:dev
  • F5 // Only for vscode (you have to assign 9229 debugging port in .vscode)