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