# file-slice **Repository Path**: law-lc/file-slice ## Basic Information - **Project Name**: file-slice - **Description**: 通过egg做后端,react做前端,将大文件分割数份,使用http将文件上传到服务端,并保存起来 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2020-10-08 - **Last Updated**: 2023-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # file-slice #### 介绍 通过egg做后端,react做前端,将大文件分割数份,使用http将文件上传到服务端,并保存起来 #### 使用说明 1. 服务端 * 解压file-server.zip文件 * cd file-server * yarn * yarn dev 2. 客户端 * 解压file-client.zip文件 * cd file-client * yarn * yarn start