Skip to content

SoumyaSagnik/Real-Time-Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Real Time Chat App

Server dependencies

  • npm i express nodemon socket.io cors
  "scripts": {
    "start": "nodemon server.js"
  },

Client dependencies

  • npm create vite@latest

  • npm i socket.io-client

  • npm i react-scroll-to-bottom

How to run

  • Start server: npm start

  • Start client: npm run dev