Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 202 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 202 Bytes

Rspack Project

Setup

Install the dependencies:

pnpm install

Get Started

Start the dev server:

npm run dev

Build the app for production:

npm run build