Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 411 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 411 Bytes

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