# React-MeiTuan **Repository Path**: CGQZVGF/react-mei-tuan ## Basic Information - **Project Name**: React-MeiTuan - **Description**: react框架实现美团案例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-07-07 - **Last Updated**: 2025-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装所有依赖 ```bash npm i ``` # 启动 mock 接口服务 ```bash npm run serve ``` # 启动项目 ```bash npm run start ```