# laideServer **Repository Path**: sixty_four/laideServer ## Basic Information - **Project Name**: laideServer - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-05 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: 后台, 莱德马业 ## README ### Install/安装 下载(需要安装git):`git clone https://gitee.com/sixty_four/laideServer.git` 环境配置:需要安装`node.js`环境 node.js版本:` node: >=8.9, npm: >= 3.0.0` 安装yarn(`sudo`):`npm install -g yarn` 打开目录:`cd laideServer` 安装项目依赖:`yarn` (没有yarn也可以运行`npm install`) 运行项目:`yarn run dev`