nodelqs0915/node_nest
2024-09-15 17:48:19 +08:00
..
public 初始化 2024-09-15 17:48:19 +08:00
src 初始化 2024-09-15 17:48:19 +08:00
test 初始化 2024-09-15 17:48:19 +08:00
.env 初始化 2024-09-15 17:48:19 +08:00
.env.dev 初始化 2024-09-15 17:48:19 +08:00
.env.pro 初始化 2024-09-15 17:48:19 +08:00
.eslintrc.js 初始化 2024-09-15 17:48:19 +08:00
.gitignore 初始化 2024-09-15 17:48:19 +08:00
.prettierrc 初始化 2024-09-15 17:48:19 +08:00
commit内容 初始化 2024-09-15 17:48:19 +08:00
commit规范 初始化 2024-09-15 17:48:19 +08:00
Dockerfile 初始化 2024-09-15 17:48:19 +08:00
nest-cli.json 初始化 2024-09-15 17:48:19 +08:00
package-lock.json 初始化 2024-09-15 17:48:19 +08:00
package.json 初始化 2024-09-15 17:48:19 +08:00
README.md 初始化 2024-09-15 17:48:19 +08:00
tsconfig.build.json 初始化 2024-09-15 17:48:19 +08:00
tsconfig.json 初始化 2024-09-15 17:48:19 +08:00
不错的项目 初始化 2024-09-15 17:48:19 +08:00
技术点 初始化 2024-09-15 17:48:19 +08:00
数据库设计 初始化 2024-09-15 17:48:19 +08:00
文档 初始化 2024-09-15 17:48:19 +08:00
每日工作日程 初始化 2024-09-15 17:48:19 +08:00
计划 初始化 2024-09-15 17:48:19 +08:00
项目文档 初始化 2024-09-15 17:48:19 +08:00
项目说明 初始化 2024-09-15 17:48:19 +08:00

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

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

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

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.

Stay in touch

License

Nest is MIT licensed.