Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenjiahan/rsbuild-output-ejs
https://github.com/chenjiahan/rsbuild-output-ejs
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chenjiahan/rsbuild-output-ejs
- Owner: chenjiahan
- Created: 2023-12-16T10:59:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T11:06:19.000Z (about 1 year ago)
- Last Synced: 2024-10-19T19:46:21.781Z (3 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- 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
```