Example project build using NestJS with Bun as runtime.
Read my NOTE.md for more 😁 !!!
$ bun install# development
$ bun start
# watch mode
$ bun start:dev
# production mode
$ bun start:prod# unit tests
$ bun test
# e2e tests
$ bun test:e2e
# test coverage
$ bun test:cov