https://github.com/themesberg/flowbite-react-template-rsbuild
Official Flowbite React template using Rsbuild
https://github.com/themesberg/flowbite-react-template-rsbuild
flowbite-react rsbuild template
Last synced: 16 days ago
JSON representation
Official Flowbite React template using Rsbuild
- Host: GitHub
- URL: https://github.com/themesberg/flowbite-react-template-rsbuild
- Owner: themesberg
- License: mit
- Created: 2025-03-19T13:08:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-27T18:55:50.000Z (2 months ago)
- Last Synced: 2025-09-19T14:04:36.250Z (19 days ago)
- Topics: flowbite-react, rsbuild, template
- Language: TypeScript
- Homepage: https://flowbite-react.com/docs/guides/rsbuild
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rsbuild project
## Setup
Install the dependencies:
```bash
pnpm install
```## Get started
Start the dev server:
```bash
pnpm dev
```Build the app for production:
```bash
pnpm build
```Preview the production build locally:
```bash
pnpm preview
```