We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bun create
1 parent 2f8578d commit 3c187a4Copy full SHA for 3c187a4
1 file changed
README.md
@@ -11,6 +11,9 @@ An opinionated template for building React apps on Cloudflare Workers. TanStack
11
gh repo create my-app --template anulman/react-starter-kit --clone
12
cd my-app
13
14
+# Or with bun
15
+bun create anulman/react-starter-kit my-app
16
+
17
# Or clone directly
18
git clone https://github.com/anulman/react-starter-kit.git my-app
19
0 commit comments