Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sooniter/rsbuild-dist-json-issue
https://github.com/sooniter/rsbuild-dist-json-issue
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sooniter/rsbuild-dist-json-issue
- Owner: SoonIter
- Created: 2024-10-08T03:40:37.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-08T03:40:41.000Z (3 months ago)
- Last Synced: 2024-12-01T04:26:43.411Z (24 days ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- 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
```