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

https://github.com/rspack-contrib/rspack-playground

Rspack Playground
https://github.com/rspack-contrib/rspack-playground

repl rspack

Last synced: 3 days ago
JSON representation

Rspack Playground

Awesome Lists containing this project

README

          

# Rspack Playground

> [!NOTE]
> `@rspack/browser` is still in an early stage of development.

The playground for [Rspack](https://rspack.dev/) based on `@rspack/browser`.

Try it on https://playground.rspack.rs/

## Get started

Install the dependencies:

```bash
pnpm install
```

Start the dev server, and the app will be available at [http://localhost:3000](http://localhost:3000).

```bash
pnpm dev
```

## Acknowledgement

- https://bundler.sxzz.dev/