https://github.com/themesberg/flowbite-react-template-rspack
Official Flowbite React template using Rspack
https://github.com/themesberg/flowbite-react-template-rspack
flowbite-react rspack template
Last synced: 7 months ago
JSON representation
Official Flowbite React template using Rspack
- Host: GitHub
- URL: https://github.com/themesberg/flowbite-react-template-rspack
- Owner: themesberg
- License: mit
- Created: 2025-03-19T13:09:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-27T18:55:56.000Z (7 months ago)
- Last Synced: 2025-07-27T20:58:09.257Z (7 months ago)
- Topics: flowbite-react, rspack, template
- Language: TypeScript
- Homepage: https://flowbite-react.com/docs/guides/rspack
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rspack project
## Setup
Install the dependencies:
```bash
npm install
```
## Get started
Start the dev server:
```bash
npm run dev
```
Build the app for production:
```bash
npm run build
```