https://github.com/themesberg/flowbite-react-template-modernjs
Official Flowbite React template using Modern.js
https://github.com/themesberg/flowbite-react-template-modernjs
flowbite-react modern modernjs template
Last synced: 2 months ago
JSON representation
Official Flowbite React template using Modern.js
- Host: GitHub
- URL: https://github.com/themesberg/flowbite-react-template-modernjs
- Owner: themesberg
- License: mit
- Created: 2025-03-19T13:01:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-15T06:53:56.000Z (6 months ago)
- Last Synced: 2025-07-19T06:27:24.354Z (3 months ago)
- Topics: flowbite-react, modern, modernjs, template
- Language: TypeScript
- Homepage: https://flowbite-react.com/docs/guides/modernjs
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Modern.js App
## Setup
Install the dependencies:
```bash
pnpm install
```## Get Started
Start the dev server:
```bash
pnpm dev
```Enable optional features or add a new entry:
```bash
pnpm new
```Build the app for production:
```bash
pnpm build
```Preview the production build locally:
```bash
pnpm serve
```For more information, see the [Modern.js documentation](https://modernjs.dev/en).