Skip to content

VinoDev/chit-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chit Chat

Simple, web based, chat room application for mobile and desktop, created using Node.js and socket.io

Take a look

Installation

Install dependencies with npm

npm install

Set up your local environment by simply creating 'config' directory, inside the directory create 'dev.env' file with these variables:

PORT=3000

Run locally on your machine

npm run dev