To install all the dependencies, run:
$ npm install
To run the server execute
$ node server.js [server_port]
If not specified, the port that the server will listen in is: 1080. You can customise the default port in the constants of server.js or
Once running, you can point your browser to http://your_local_ip:1080