📜  nestjs 框架 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:25.704000             🧑  作者: Mango

代码示例1
npm i -g @nestjs/cli
nest new project-name

Alternatives
Alternatively, to install the TypeScript starter project with Git:

git clone https://github.com/nestjs/typescript-starter.git project
cd project
npm install
npm run start