Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 575 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 575 Bytes

Let's Chat

A real time chat application built with React, Node.js and Express using Socket.io

To run the client side do the following

cd into the /client folder and run

yarn install

Then run

yarn start

To run the server side do the following

cd into the /server folder and run

npm install

Then run

npm run start

The server should start on port: 7000

Now to use this application open localhost:3000 on different tabs and enter different names from each tab and see who all is active on this application.