Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 201 Bytes

File metadata and controls

23 lines (15 loc) · 201 Bytes

Rspack Project

Setup

Install the dependencies:

npm install

Get Started

Start the dev server:

npm run dev

Build the app for production:

npm run build