# react搭建练习 **Repository Path**: 0071/react-building-exercise ## Basic Information - **Project Name**: react搭建练习 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-20 - **Last Updated**: 2023-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装所有依赖 ```bash npm i ``` # 启动 mock 接口服务 ```bash npm run serve ``` # 启动项目 ```bash npm run start ```