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.
- Host: GitHub
- URL: https://github.com/jacob-ebey/bun-react-router-islands
- Owner: jacob-ebey
- Created: 2022-09-16T23:08:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T19:33:30.000Z (over 3 years ago)
- Last Synced: 2025-04-01T20:18:30.155Z (about 1 year ago)
- Language: TypeScript
- Size: 84 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.