npm / Node.js 이 설치된 상태여야 한다.
$ npm i -g @nestjs/cli
$ nest new project-name
$ git clone https://github.com/nestjs/typescript-starter.git project
$ cd project
$ npm install
$ npm run start
기본 프로젝트를 실행 후 http://localhost:3000/ 에서 설치를 확인할 수 있다.
NestFactory를 사용하여 Nest 애플리케이션 인스턴스를 생성비동기 파일이 포함되어 있고, 어플리케이션을 bootstrap 한다.
https://docs.nestjs.com/recipes/crud-generator#crud-generator
nest g resource 모듈명