An open API service indexing awesome lists of open source software.

https://github.com/jacob-ebey/bun-react-router-islands

The islands pattern with on-demand compilation of assets built on top of Bun + React Router.
https://github.com/jacob-ebey/bun-react-router-islands

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# bun-react-router-islands

To install dependencies:

```bash
bun install
```

To run in dev mode:

```bash
bun run dev
```

To run in production mode:
```bash
bun start
```

This project was created using `bun init` in bun v0.1.11. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.