Nest framework TypeScript starter repository.
$ bun install# development
$ bun run start
# watch mode
$ bun run start:dev
# production mode
$ bun run start:prod# unit tests
$ bun run test
# e2e tests
$ bun run test:e2e
# test coverage
$ bun run test:covNest is MIT licensed.