mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
11 lines
350 B
Markdown
11 lines
350 B
Markdown
<img src="https://bun.com/logo.png" height="36" />
|
|
|
|
# `bun-framework-react`
|
|
|
|
An implementation of the Bun Rendering API for React, with RSC (React Server Components)
|
|
|
|
1. `bun add bun-framework-react --dev`
|
|
2. Make a `pages/index.tsx` file, with a page component defualt export
|
|
3. Run `bun --app`
|
|
4. Open [localhost:3000](https://localhost:3000) 🎉
|