diff options
author | 2022-07-07 18:27:52 -0400 | |
---|---|---|
committer | 2022-07-07 15:58:05 -0700 | |
commit | fe858a91969170ccc26b4dfd53cde9d82ff05179 (patch) | |
tree | cfafc6aed1bcabad06f6e87d6041c96ecb859ec5 | |
parent | 6770356c5b12dadb5642b47a503564a1e7d18bee (diff) | |
download | bun-fe858a91969170ccc26b4dfd53cde9d82ff05179.tar.gz bun-fe858a91969170ccc26b4dfd53cde9d82ff05179.tar.zst bun-fe858a91969170ccc26b4dfd53cde9d82ff05179.zip |
Updating README for React example to match Discord
-rw-r--r-- | examples/react/README.md | 13 |
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. + |