aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/react/README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/examples/react/README.md b/examples/react/README.md
index ee10e3600..a857d896c 100644
--- a/examples/react/README.md
+++ b/examples/react/README.md
@@ -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.
+