Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 307 Bytes

File metadata and controls

28 lines (19 loc) · 307 Bytes

peerShare

Share files from your browser using WebRTC.

Quick Start

Install dependencies:

$ yarn

Create a production build:

$ yarn build

Start the web application on port 3000:

$ yarn serve -s dist/

Start the PeerJS server on port 9000:

$ yarn peerjs --port 9000