Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 277 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 277 Bytes

Description

Nest framework TypeScript starter repository.

Installation

$ bun install

Running the app

# development
$ bun run start

# watch mode
$ bun run start:dev

# production mode
$ bun run start:prod