Files
dswbx a655c990ed feat: update documentation to reflect configuration changes and add progress callouts
Added callouts to various documentation modules indicating that the documentation is a work in progress. Updated references from `initialConfig` to `config` in multiple sections to align with recent changes in configuration handling.
2025-09-24 18:14:55 +02:00
..

bknd starter: Node.js

A minimal Node.js project with bknd integration.

Project Structure

Inside of your Node.js project, you'll see the following folders and files:

/
├── index.js
└── package.json

To update bknd config, check index.js.

Commands

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

Command Action
npm install Installs dependencies
npm run dev Starts local dev server with watch at localhost:3000
npm run start Starts local dev server at localhost:3000

Want to learn more?

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