Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rspack-contrib/rsbuild-arco-pro
- Owner: rspack-contrib
- Created: 2024-01-24T14:27:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T03:17:53.000Z (7 months ago)
- Last Synced: 2024-05-29T16:31:54.770Z (7 months ago)
- Language: TypeScript
- Size: 697 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```