Clone this repo.
$ cd peer-star-app
$ 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.
MIT