https://github.com/hedaukartik/bun-react-ssr-tailwind
Server side rendering React App tooled with Bun template
https://github.com/hedaukartik/bun-react-ssr-tailwind
bun react ssr tailwindcss
Last synced: 8 months ago
JSON representation
Server side rendering React App tooled with Bun template
- Host: GitHub
- URL: https://github.com/hedaukartik/bun-react-ssr-tailwind
- Owner: hedaukartik
- Created: 2024-01-05T16:43:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T09:46:15.000Z (over 2 years ago)
- Last Synced: 2025-06-07T01:35:49.902Z (about 1 year ago)
- Topics: bun, react, ssr, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 41 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-react-ssr-tailwind
To use this template to start new react ssr tailwind project from scratch:
```bash
bun create https://github.com/hedaukartik/bun-react-ssr-tailwind mydir
```
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run dev
```
This project was created using `bun init` in bun v1.0.2. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.