Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 634 Bytes

File metadata and controls

36 lines (23 loc) · 634 Bytes

Rsbuild project

Setup

Install the dependencies:

npm install

Get started

Start the dev server, and the app will be available at http://localhost:3000.

npm run dev

Build the app for production:

npm run build

Preview the production build locally:

npm run preview

Learn more

To learn more about Rsbuild, check out the following resources: