Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rspack-contrib/rsbuild-codesandbox-example
The codesandbox example for Rsbuild
https://github.com/rspack-contrib/rsbuild-codesandbox-example
rsbuild rspack
Last synced: 16 days ago
JSON representation
The codesandbox example for Rsbuild
- Host: GitHub
- URL: https://github.com/rspack-contrib/rsbuild-codesandbox-example
- Owner: rspack-contrib
- Created: 2024-04-19T05:27:11.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T02:39:55.000Z (4 months ago)
- Last Synced: 2024-09-10T05:55:41.553Z (4 months ago)
- Topics: rsbuild, rspack
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- 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
```