Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 685 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 685 Bytes

chatapp

A simple chat app using socket.io and express You can visit the app here

hoe to run on your PC?

First make sure you have Node runtime env and Git version control are setup on your computer. check by running

node -v
git --version

on ur console. Or simply install them!

Then clone the repo by running :

git clone https://github.com/Ahsan-zaman/chat-socket.git

Then install the dependencies :

npm i

Finally run npm run dev and the app should be running on localhost:3000.

Author: Ahsan Zaman