make sure you have node and npm installed correctly
git pull https://github.com/itsshady101/irc-like-chat.git
- cd into irc-like-chat
- install the dependencies using
npm install
- run
npm start
for frontend to start - cd into server and run
node main.js
to get socket server running
Demo: