Install the dependencies:
npm installStart the dev server, and the app will be available at http://localhost:8080.
npm run devBuild the app for production:
npm run buildPreview the production build locally:
npm run previewTo learn more about Rspack, check out the following resources:
- Rspack documentation - explore Rspack features and APIs.
- Rspack GitHub repository - your feedback and contributions are welcome!