Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sampsonli/rsbuild-react-template
react开发通用脚手架
https://github.com/sampsonli/rsbuild-react-template
Last synced: 18 days ago
JSON representation
react开发通用脚手架
- Host: GitHub
- URL: https://github.com/sampsonli/rsbuild-react-template
- Owner: sampsonli
- Created: 2024-12-02T06:52:39.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-21T02:49:41.000Z (19 days ago)
- Last Synced: 2024-12-21T03:24:11.256Z (19 days ago)
- Language: JavaScript
- Size: 8.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```