To use this template to start new react ssr tailwind project from scratch:
bun create https://github.com/hedaukartik/bun-react-ssr-tailwind mydir
To install dependencies:
bun install
To run:
bun run dev
This project was created using bun init
in bun v1.0.2. Bun is a fast all-in-one JavaScript runtime.