Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 714 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 714 Bytes

小鹿快传 - 在线P2P文件传输工具

小鹿快传是一款Web端的P2P文件传输工具,使用了WebRTC技术实现P2P连接和文件传输。

产品截图

Get Started

  1. Get code
git clone https://github.com/fanchangyong/deershare
  1. Install dependencies
cd server && yarn && cd ..
cd client && yarn && cd ..
  1. Run server and client development server
cd server;
npm start
# in another terminal window
cd client;
npm start
  1. Open in browser
https://localhost:3000