https://github.com/sooniter/rsbuild-lightnincss-example
https://github.com/sooniter/rsbuild-lightnincss-example
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sooniter/rsbuild-lightnincss-example
- Owner: SoonIter
- Created: 2024-03-19T07:21:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T07:22:48.000Z (about 2 years ago)
- Last Synced: 2025-03-18T03:38:43.603Z (about 1 year ago)
- Language: CSS
- Size: 8.79 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
```