Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sampsonli/rsbuild-react-template

react开发通用脚手架
https://github.com/sampsonli/rsbuild-react-template

Last synced: 18 days ago
JSON representation

react开发通用脚手架

Awesome Lists containing this project

README

        

# 最新react开发脚手架
基于rsbuild, 大大提高打包构建速度

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