# new-starter **Repository Path**: johnsong2016_admin/new-starter ## Basic Information - **Project Name**: new-starter - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-30 - **Last Updated**: 2025-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rsbuild project ## Setup Install the dependencies: ```bash pnpm install ``` ## Get started Start the dev server, and the app will be available at [http://localhost:3000](http://localhost:3000). ```bash pnpm dev ``` Build the app for production: ```bash pnpm build ``` Preview the production build locally: ```bash pnpm preview ``` ## Learn more To learn more about Rsbuild, check out the following resources: - [Rsbuild documentation](https://rsbuild.rs) - explore Rsbuild features and APIs. - [Rsbuild GitHub repository](https://github.com/web-infra-dev/rsbuild) - your feedback and contributions are welcome!