Files
bknd/examples/remix
2025-03-04 14:39:32 +01:00
..
2025-03-04 14:39:32 +01:00
2025-02-19 14:12:40 +01:00
2025-02-19 14:12:40 +01:00
2024-11-16 12:01:47 +01:00
2025-02-19 14:12:40 +01:00

bknd starter: Remix

A minimal Remix project with bknd integration.

Project Structure

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

/
├── public/
├── app/
│   ├── root.tsx
│   └── routes/
│       ├── _index.tsx
│       ├── admin.$.tsx
│       └── api.$.tsx
└── package.json

To update bknd config, check app/routes/api.$.ts and app/routes/admin.$.ts.

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 at localhost:5173
npm run build Build your production site

Want to learn more?

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