Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 488 Bytes

File metadata and controls

20 lines (16 loc) · 488 Bytes

Live React

This is the home of Live React, a Learnosity Hackday project.

Live React is a web client-server system for communicating live "reactions" from many distributed clients to one (or more) viewer/presenter clients.

Basics

Running the Presenter Client

$ cd ~/path/to/repo
$ npm install --prefix desktop
$ npm start --prefix desktop

Running the Server/Attendee Client

$ cd ~/path/to/repo
$ npm install --prefix server
$ npm start --prefix server