Skip to content

Files

Latest commit

6d3aef2 · Aug 21, 2019

History

History
This branch is 1 commit ahead of peer-base/peer-base:master.

react-app

Peer-star example React app

Install and start

Clone this repo.

$ cd peer-base
$ cd examples/react-app
$ npm install

In a different window, on the same dir, start the rendezvous server:

$ npm run start:rv

In a different window, on the same dir, run the app server:

$ npm start

Open http://localhost:3000 and test the app.

License

MIT