/chat-app

MERN stack Chat Application

Primary LanguageTypeScript

Chat-App

A basic chat application built using mern stack and webSockets

Steps for setup:-

  1. Fork this repo
  2. Clone this repo in your local system

Steps for starting backend:-

  1. Change the working directory to your forked repo ( cd chat-app )
  2. Go to backend directory ( cd backend )
  3. Install required npm packages ( npm install )
  4. Compile and start the server ( npm run start )

Steps for starting frontend:-

  1. Change the working directory to your forked repo ( cd chat-app )
  2. Go to frontend directory ( cd frontend )
  3. Install required npm packages ( npm install )
  4. Compile and start the server ( npm run dev )