close
Skip to content

cbbfcd/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 Image Examples Document
Rsbuild Image Examples Document
Rspress Image Examples Document
Rsdoctor Image 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.

About

Examples for Rspack, Rsbuild, Rspress and Rsdoctor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 59.3%
  • JavaScript 24.8%
  • CSS 5.6%
  • Less 4.4%
  • HTML 3.4%
  • Vue 2.3%
  • Other 0.2%