https://github.com/sooniter/rsbuild-environment-filename
https://github.com/sooniter/rsbuild-environment-filename
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sooniter/rsbuild-environment-filename
- Owner: SoonIter
- Created: 2024-07-04T03:20:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T03:22:49.000Z (almost 2 years ago)
- Last Synced: 2025-07-26T14:28:53.559Z (10 months ago)
- Language: TypeScript
- Size: 7.81 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
```