mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
Updating README for React example to match Discord
This commit is contained in:
committed by
Jarred Sumner
parent
6770356c5b
commit
fe858a9196
@@ -1,6 +1,16 @@
|
||||
# React with Bun runtime
|
||||
|
||||
This is a React project boostrapped with bun.
|
||||
|
||||
### Getting Started
|
||||
## Getting Started
|
||||
|
||||
### Cloning the repo
|
||||
|
||||
```sh
|
||||
bun create react ./app
|
||||
```
|
||||
|
||||
### Development
|
||||
|
||||
First, run the development server.
|
||||
|
||||
@@ -11,3 +21,4 @@ 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user