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

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

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