Nestjs
Nest framework Typescript starter repository
It can be found on the following link
Installation
Running the app
Test
Last updated
Was this helpful?
Nest framework Typescript starter repository
It can be found on the following link
Last updated
Was this helpful?
Was this helpful?
$ yarn install# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov