Files
bun.sh/examples/react
Jonathan Rubin b901f55164 chores(template/react): Update to React 18 (#627)
* Updated react example template

* build:(landing) automated website build

* removed bun.lockb and most of changes from react example index.html

Co-authored-by: rubinj30 <rubinj30@users.noreply.github.com>
2022-07-15 12:17:38 +02:00
..
2021-10-13 00:28:20 -07:00
2021-10-14 05:22:47 -07:00
2021-10-14 05:22:47 -07:00
2021-10-14 05:22:47 -07:00
2022-07-08 19:37:06 +09:00

React with Bun runtime

This is a React project bootstrapped with bun.

Getting Started

Cloning the repo

bun create react ./react-bun-app

Development

First, run the development server.

bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/App.jsx. The page auto-updates as you edit the file.