10000 GitHub - attraction11/nestjs-starter: Nest.js 基础项目
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

attraction11/nestjs-starter

Repository files navigation

Installation

pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

Releases

No releases published

Packages

No packages published
0