Make sure you have Node.js and npm installed.
-
Clone or Download the repository
$ git clone https://github.com/EnvityStudio/chat-socket.git $ cd chat.io -
Install Dependencies
$ npm install -
Edit configuration file in app/config/config.json with your credentials(see Setup Configurations).
-
Start the application
$ npm start
Your app should now be running on localhost:3000.