Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 495 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 495 Bytes

Description

Nest framework TypeScript starter repository focused on Docker and Auth.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

# build docker
$ npm run docker:build

# run docker
$npm run docker:run

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov