Typescript를 사용한 nestJS 프로젝트
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodNest is MIT licensed.
Typescript를 사용한 nestJS 프로젝트
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodNest is MIT licensed.