From fe858a91969170ccc26b4dfd53cde9d82ff05179 Mon Sep 17 00:00:00 2001 From: Hassan El Mghari Date: Thu, 7 Jul 2022 18:27:52 -0400 Subject: [PATCH] Updating README for React example to match Discord --- examples/react/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/examples/react/README.md b/examples/react/README.md index ee10e36007..a857d896c3 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. +