/Nestish

Nest.JS running on Bun.sh

Primary LanguageTypeScript

Description

Nest framework web app for personal experiments, this repository is meant to run with bun.sh.

Installation

$ bun install

Running the app

# development
$ bun run dev

# production mode
$ bun run start

Test

# unit tests
$ bun test