An open API service indexing awesome lists of open source software.

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

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.