# React18-MeiTuan **Repository Path**: Williamliao/react18-mei-tuan ## Basic Information - **Project Name**: React18-MeiTuan - **Description**: React18+redux 写的一个美团点单页面 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-19 - **Last Updated**: 2024-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装所有依赖 ```bash pnpm i ``` # 1.先启动 mock 接口服务,不要关闭!! ```bash pnpm run serve ``` # 2.启动项目 ```bash pnpm run start ```