# React商店项目 **Repository Path**: GeorgeGuoXv/react-store-project ## Basic Information - **Project Name**: React商店项目 - **Description**: 使用React搭建的商店项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-07-19 - **Last Updated**: 2021-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React-Shopping-mall ## george的宠物商店 ### 使用了 Node JS+ React ### 使用说明 #### 下载到本地后,首先更新npm ``` npm install ``` #### 开发调试 ``` npm run start ``` ### 成品演示 ``` 首先使用命令npm run build,然后使用任意web服务器服务build目录即可 ```