#League Chat http://league.chat
(for a better look at the server side implemenation checkout my other repo server-lol-chat)
$ git clone https://github.com/trickpattyFH20/league-chat.git
$ cd league-chat
$ npm install
$ ./start
(starts local server, navigate to http://127.0.0.1:8080 in your browser)
$ ./stop
(stops local server)
$ forever start -a bin/www
(starts local server, navigate to http://127.0.0.1:8080 in your browser)
$ forever stop bin/www
(stops local server)