Nest framework TypeScript starter repository.
$ yarn
# development
$ yarn start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
These steps assume you already have added Deta Micros to your Project.
# build
$ yarn build
# deploy
$ deta deploy
This Project is MIT licensed.
Please review the License of NestJS which this example is based on.
Based on nestjs/typescript-starter