https://github.com/sooniter/rspack-codspeed-example
https://github.com/sooniter/rspack-codspeed-example
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sooniter/rspack-codspeed-example
- Owner: SoonIter
- Created: 2024-09-18T11:34:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-18T12:01:52.000Z (over 1 year ago)
- Last Synced: 2025-03-27T04:39:13.942Z (10 months ago)
- Language: TypeScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rspack Project
## Setup
Install the dependencies:
```bash
npm install
```
## Get Started
Start the dev server:
```bash
npm run dev
```
Build the app for production:
```bash
npm run build
```