mahakmakharia / Chat-App

A group chat-app made using React, Express and Socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat-App

A group chat-app made using React, Express and Socket.io. View Demo Here

Setting up Environment

Clone the repository.

Set Up the Client Side:

  • move to the client folder using the command cd client
  • install all the dependencies using the command yarn
  • run the server using the commandyarn start

The front-end will be available on localhost:3000

Set Up the Server Side:

  • move to the server folder using the command cd server
  • install all the dependencies using the command npm i
  • start the server using the command npm start

You'll see the message "server has started" in the terminal.

About

A group chat-app made using React, Express and Socket.io


Languages

Language:JavaScript 60.7%Language:CSS 25.9%Language:HTML 13.4%