Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 711 Bytes

File metadata and controls

41 lines (27 loc) · 711 Bytes

Rsbuild project

Setup

npm install

Get started

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

npm run dev

Format (spaces, line breaks...) and lint (check for syntax errors):

npm run format
npm run lint

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: