Skip to content

ZongBen/TsBunDDD

Repository files navigation

bun

To install Bun

  • Windows
powershell -c "irm bun.sh/install.ps1 | iex"
  • Linux & MacOS
curl -fsSL https://bun.sh/install | bash

To install dependencies:

bun install

To run local environment with docker:

bun run build-local-envir

To run project:

bun run authApi-local #local
bun run authApi-dev #dev

To run Test:

bun run test

About

DDD example with BunJs in Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published