Files

bknd starter: Bun

A minimal Bun project with bknd integration.

Project Structure

Inside of your Bun project, you'll see the following folders and files:

/
├── index.ts
├── minimal.ts
└── package.json

To update bknd config, check index.ts.

Commands

All commands are run from the root of the project, from a terminal:

Command Action
bun install Installs dependencies
bun run dev Starts local dev server at localhost:3000

Want to learn more?

Feel free to check our documentation or jump into our Discord server.