# ReduxMeituan **Repository Path**: sermcoding/redux-meituan ## Basic Information - **Project Name**: ReduxMeituan - **Description**: ReduxMeituan - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-30 - **Last Updated**: 2024-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装所有依赖 ```bash npm i ``` # 启动 mock 接口服务 ```bash npm run serve ``` # 启动项目 ```bash npm run start ```