#thelightingcontrollerclient Example App
This is an example for thelightingcontrollerclient library. It replicates TheLightingController's Live Mobile App.
This demo shows a http + socket webserver using thelightingcontrollerclient. It serves a replica of the Live Mobile App that can log into any Live instance on your network.
The following libraries are used:
Backend
- express
- socket.io
- thelightingcontrollerclient
The frontend uses
- angular 1.5
- angular material
Clone the repo
$ git clone https://github.com/Tidwell/thelightingcontrollerclient-example.git
Navigate to the folder and npm install
$ cd thelightingcontrollerclient-example
$ npm install
Start the Server
$ npm start
View
Open http://localhost:3000
in a browser