Updating README for React example to match Discord

This commit is contained in:
Hassan El Mghari
2022-07-07 18:27:52 -04:00
committed by Jarred Sumner
parent 6770356c5b
commit fe858a9196

View File

@@ -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.