curl -fsSL https://bun.sh/install | bash # for macOS, Linux, and WSL
bun create https://github.com/hedaukartik/bun-react-csr-base name-of-your-project
bun install
bun dev
bun run build
This project was created using bun init
in bun v1.0.25. Bun is a fast all-in-one JavaScript runtime.
