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

https://github.com/sooniter/rspack-reassign-treeshaking-issue


https://github.com/sooniter/rspack-reassign-treeshaking-issue

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