Nest framework Typescript starter repository
Last updated 3 years ago
It can be found on the following link
$ 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