Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 398 Bytes

File metadata and controls

37 lines (25 loc) · 398 Bytes

Description

Example project build using NestJS with Bun as runtime.

Read my NOTE.md for more 😁 !!!

Installation

$ bun install

Running the app

# development
$ bun start

# watch mode
$ bun start:dev

# production mode
$ bun start:prod

Test

# unit tests
$ bun test

# e2e tests
$ bun test:e2e

# test coverage
$ bun test:cov