Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 530 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 530 Bytes

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