Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 574 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 574 Bytes

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