# Rspack Project ## Setup Install the dependencies: ```bash npm install ``` ## Get Started Start the dev server: ```bash npm run dev ``` Build the app for production: ```bash npm run build ```