Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sooniter/rspack-codspeed-example


https://github.com/sooniter/rspack-codspeed-example

Last synced: 16 days ago
JSON representation

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
```