NestJS
$ npm i -g @nestjs/cli
$ nest new [プロジェクト名]
? Which package manager would you ❤️ to use? npm
$ cd [プロジェクト名] $ npm run start:dev