An open API service indexing awesome lists of open source software.

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

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
```