Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 517 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 517 Bytes

react-peer

Monorepo for using @cerc-io/peer package in react applications.

Packages

  • react-peer

    React component that can be used by react apps to use the @cerc-io/peer package.

  • test-app

    React test application (uses react-peer) to demonstrate p2p networking.

Setup

From the root of this repository, run:

yarn && yarn build

to download dependencies and build all the packages.