The original code repository anchetaWern/react-filesharer.
Wern Ancheta demonstrates how to build a file sharing component with React and PeerJS, using WebRTC for peer-to-peer transfer in a blog post.
I followed the blog post and made my own edits.
- Clone repo
- Run
npm install - Sign up at PeerJS and change src/main.js peerjs key
- Run
npm run build - Open
index.htmlin your browser