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
- Host: GitHub
- URL: https://github.com/rspack-contrib/rspack-playground
- Owner: rspack-contrib
- Created: 2025-07-23T05:14:55.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-09-19T10:08:00.000Z (17 days ago)
- Last Synced: 2025-09-19T11:44:39.696Z (17 days ago)
- Topics: repl, rspack
- Language: JavaScript
- Homepage: https://playground.rspack.rs/
- Size: 566 KB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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/