Skip to content

MoDMeR/league-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#League Chat http://league.chat

a stand-alone implementation of the League of Legends chat client for browsers and desktop.
(for a better look at the server side implemenation checkout my other repo server-lol-chat)

Instructions for setting up local project:

  1. $ git clone https://github.com/trickpattyFH20/league-chat.git
  2. $ cd league-chat
  3. $ npm install
OSX

$ ./start (starts local server, navigate to http://127.0.0.1:8080 in your browser)
$ ./stop (stops local server)

Windows

$ 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)

About

cross platform League of Legends chat application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.2%
  • HTML 37.2%
  • CSS 20.2%
  • Shell 0.4%