A progressive Bun framework for building efficient and scalable server-side applications.
Nest framework TypeScript repository with Bun.
$ bun install
$ bun update
# build mode
$ bun run build
# minified build mode
$ bun run build:minify
# watch mode
$ bun run start:dev
# production mode
$ bun run start:prod
# compiled-app mode
$ bun run start:app
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.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
- Bun adaption - @dkb0512
Nest is MIT licensed.