Skip to content

Latest commit

 

History

History
75 lines (54 loc) · 3.12 KB

README.md

File metadata and controls

75 lines (54 loc) · 3.12 KB

Nest Logo

A progressive Bun framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript repository with Bun.

Installation

$ bun install

Update packages to latest version

$ bun update

Building the app

# build mode
$ bun run build

# minified build mode
$ bun run build:minify

Running the app

# watch mode
$ bun run start:dev

# production mode
$ bun run start:prod

# compiled-app mode
$ bun run start:app

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.