Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.74 KB

readme.md

File metadata and controls

58 lines (37 loc) · 1.74 KB

Multi-Language Chat App

Image 1 Image 2
Image 3 Image 4

The Multilang Chat App is a real-time chat application that supports multiple languages. It consists of two main components:

  1. Client: A React application responsible for the user interface.
  2. Server: A Node.js application handling backend logic and communication.

Client

Setup

  1. Navigate to the client directory:

    cd client
  2. Install dependencies:

    npm install

Start Command

To run the React app locally:

npm dev

Server

  1. Navigate to the server directory:

    cd server
  2. Install dependencies:

    npm install

Start Command

To run the React app locally:

npm dev