Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rspack-contrib/rsbuild-arco-pro

Rsbuild + Arco Pro template
https://github.com/rspack-contrib/rsbuild-arco-pro

Last synced: 16 days ago
JSON representation

Rsbuild + Arco Pro template

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