npm install -g @nestjs/cli
nest new <프로젝트명>
nest new nestjs-demo
npm run start
npm run start:dev
package.json
"start:dev": "nest start --watch"