Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 436 Bytes

File metadata and controls

32 lines (23 loc) · 436 Bytes

Rspack project

Open in StackBlitz

Setup

Install the dependencies:

npm install

Get started

Start the dev server:

npm run dev

Build the app for production:

npm run build