bun-react-router-islands icon indicating copy to clipboard operation
bun-react-router-islands copied to clipboard

The islands pattern with on-demand compilation of assets built on top of Bun + React Router.

bun-react-router-islands

To install dependencies:

bun install

To run in dev mode:

bun run dev

To run in production mode:

bun start

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