Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 459 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 459 Bytes

bff

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.1. Bun is a fast all-in-one JavaScript runtime.

Dev Containers in VS Code

Because Bun doesn't install on windows, this is designed to be run in a devcontainer.

Use the command Dev Containers: Reopen in Container

Running the app

In the terminal, type bun run index.ts --watch