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

https://github.com/sooniter/rspack-isolated-decl


https://github.com/sooniter/rspack-isolated-decl

Last synced: 12 months 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
```