npm installStart the dev server, and the app will be available at http://localhost:3000.
npm run devFormat (spaces, line breaks...) and lint (check for syntax errors):
npm run format
npm run lintBuild the app for production:
npm run buildPreview the production build locally:
npm run previewTo learn more about Rsbuild, check out the following resources:
- Rsbuild documentation - explore Rsbuild features and APIs.
- Rsbuild GitHub repository - your feedback and contributions are welcome!