Skip to content

DKB0512/nest-bun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

NestJS powered by Bun

Resources

Stars

Watchers

Forks