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

https://github.com/themesberg/flowbite-react-template-bun

Official Flowbite React template using Bun
https://github.com/themesberg/flowbite-react-template-bun

bun flowbite-react template

Last synced: 5 months ago
JSON representation

Official Flowbite React template using Bun

Awesome Lists containing this project

README

          

# bun-react-tailwind-template

To install dependencies:

```bash
bun install
```

To start a development server:

```bash
bun dev
```

To run for production:

```bash
bun start
```

This project was created using `bun init` in bun v1.2.5. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.