Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 615 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 615 Bytes

Img

Description

Nest framework TypeScript starter repository.

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

License

This project is MIT licenced.