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
- Host: GitHub
- URL: https://github.com/themesberg/flowbite-react-template-bun
- Owner: themesberg
- License: mit
- Created: 2025-03-19T12:52:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-27T18:54:23.000Z (7 months ago)
- Last Synced: 2025-10-12T14:04:45.627Z (5 months ago)
- Topics: bun, flowbite-react, template
- Language: TypeScript
- Homepage: ahttps://flowbite-react.com/docs/guides/bun
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.