https://github.com/themesberg/flowbite-react-template-farm
Official Flowbite React template using Farm
https://github.com/themesberg/flowbite-react-template-farm
farm flowbite-react template
Last synced: 2 months ago
JSON representation
Official Flowbite React template using Farm
- Host: GitHub
- URL: https://github.com/themesberg/flowbite-react-template-farm
- Owner: themesberg
- License: mit
- Created: 2025-03-19T12:58:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-15T06:47:32.000Z (6 months ago)
- Last Synced: 2025-07-19T06:27:24.323Z (3 months ago)
- Topics: farm, flowbite-react, template
- Language: TypeScript
- Homepage: https://flowbite-react.com/docs/guides/farm
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Farm + React
This template should help you start developing using React and TypeScript in Farm.
## Setup
Install the dependencies:
```bash
pnpm install
```## Get Started
Start the dev server:
```bash
pnpm start
```Build the app for production:
```bash
pnpm build
```Preview the Production build product:
```bash
pnpm preview
```Clear persistent cache local files
```bash
pnpm clean
```