# flutter_mock_server **Repository Path**: lyxlcg/flutter_mock_server ## Basic Information - **Project Name**: flutter_mock_server - **Description**: 仿京东商城后台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-24 - **Last Updated**: 2021-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flutter_mock_server ### 项目介绍 本项目为[learn_flutter](https://github.com/DiscoverForever/learn_flutter)的服务端,为[learn_flutter](https://github.com/DiscoverForever/learn_flutter)提供接口mock服务。 ### 环境要求 NodeJS version > 10.0.0 [NodeJs下载地址](http://nodejs.cn/download/)http://nodejs.cn/download/ ### 安装依赖 ```bash npm i ``` ### 运行项目 ```bash npm start ```