Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sooniter/rspack-codspeed-example
https://github.com/sooniter/rspack-codspeed-example
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sooniter/rspack-codspeed-example
- Owner: SoonIter
- Created: 2024-09-18T11:34:17.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-18T12:01:52.000Z (3 months ago)
- Last Synced: 2024-12-01T04:26:43.763Z (24 days 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
```