Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 294 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 294 Bytes

ReactJS Chat Room

This is a simple Chat Room with ReactJS and Socket.io

How to use ?

** Follow the steps **

First install the npm packages :

npm install

Then start the Socket.io server :

cd src
node server.js

Now start the project :

cd ..
npm start

Done !