Skip to content

Commit 3c187a4

Browse files
authored
docs: add bun create invocation (#4)
1 parent 2f8578d commit 3c187a4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ An opinionated template for building React apps on Cloudflare Workers. TanStack
1111
gh repo create my-app --template anulman/react-starter-kit --clone
1212
cd my-app
1313

14+
# Or with bun
15+
bun create anulman/react-starter-kit my-app
16+
1417
# Or clone directly
1518
git clone https://github.com/anulman/react-starter-kit.git my-app
1619
cd my-app

0 commit comments

Comments
 (0)