# with-rspack-demo **Repository Path**: modern-js-dev/with-rspack-demo ## Basic Information - **Project Name**: with-rspack-demo - **Description**: Demo application that bundle with rspack - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-14 - **Last Updated**: 2023-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Your App ## Prerequisites 1. [Node.js LTS](https://github.com/nodejs/Release) - [Automatically call nvm use](https://github.com/nvm-sh/nvm#deeper-shell-integration) ## Get Started 1. Install dependencies. ```bash pnpm install ``` 2. Run and debug the project, in development mode: - dev with rspack ```bash pnpm run dev ``` - dev with webpack ```bash pnpm run dev:webpack ``` ## Build Production Target - build with rspack ```bash pnpm run build ``` - build with webpack ```bash pnpm run build:webpack ```