Skip to content

attraction11/nestjs-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
jiank
May 1, 2023
9f7a9da · May 1, 2023

History

1 Commit
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023

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