/nest-starter

๐ŸŽ‰ Nest framework TypeScript starter repository

Primary LanguageTypeScript

๐Ÿš€ Nest Starter

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