Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nest

NestJS 基础配置模板

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

## NestJS描述 [Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. ## 安装依赖 ```bash $ pnpm install ``` ## 运行 Ink NestJS API 应用 ```bash # 开发环境 $ pnpm run start # watch mode $ pnpm run start:dev # production mode $ pnpm run start:prod ``` ## 适配器 http适配器使用了`fastify` ## 文档支持 Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).