Skip to content

Real time chat app with react, node and socket.io

Notifications You must be signed in to change notification settings

saiful-70/chat-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat Room

Real time chat app with react and nodejs.

How to run

Clone or downlaod the repository and run following command in the project folder:

  cd client
  yarn or npm install
  yarn start or npm start
  cd ..
  cd server
  yarn or npm install
  yarn start or npm start

after that frontent will run at http://localhost:3000 and backend will run at http://localhost:3001.

open http://localhost:3000 into a browser and explore.

Technoloy

  • React
  • ExpressJs
  • Socket.io

About

Real time chat app with react, node and socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published