Skip to content

rspack-contrib/rspack-examples

Repository files navigation

Rspack Examples

This repository is intended to showcase examples of Rspack related stuff, such as Rspack, Rsbuild, Rspress and Rsdoctor.

List of Examples

Rspack Examples Document
Rsbuild Examples Document
Rspress Examples Document
Rsdoctor Examples Document

How to Use

  1. First, clone the current repository to your local:
git clone git@github.com:rspack-contrib/rspack-examples.git
  1. Then, choose the example you need, such as the Rsbuild react example:
cd rsbuild/react
  1. Install the dependencies using pnpm or other package manager, then start the project:
# Use corepack to enable pnpm
corepack enable
pnpm i
pnpm run dev
  1. You can fork the current project or copy the code from the current project to use it.