# reactDemo **Repository Path**: haiyanzhou/react-demo ## Basic Information - **Project Name**: reactDemo - **Description**: 一个react的学习demo - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-26 - **Last Updated**: 2024-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: React, JavaScript, Nodejs ## README 1. **拉取代码后先打包依赖** ``` npm install ``` 2. **运行项目,默认端口3000** ``` npm run start ``` 3. **打包项目** `npm run build`