-
설치하기 npm i -g @nestjs/cli nest new [project-name]위의 project-name에는 프로젝트 이름을 입력해준다. 실행하기 개발모드 npm run start:dev 프로덕트 모드 npm run start