jsbhumra / chat-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat-app

This project contains 2 folders:

  • 1 - ( client ) --> contains the frontend (React) code
  • 2 - ( server ) --> contains the backend (express) code

To run the chat-app:

  1. Clone this repository
  2. For both server and client directories, cd into them and run "npm install" to install all required dependencies
  3. For both directories, use "npm run start" command
  4. Access frontend of the chat-app at http://localhost:3000 (or any other port if you have defined it)
Screen.Recording.2024-02-15.at.23.52.25.mov
Screenshot 2024-02-15 at 23 58 15 Screenshot 2024-02-15 at 23 58 26

About


Languages

Language:JavaScript 87.8%Language:HTML 6.9%Language:CSS 5.3%