The Multilang Chat App is a real-time chat application that supports multiple languages. It consists of two main components:
- Client: A React application responsible for the user interface.
- Server: A Node.js application handling backend logic and communication.
-
Navigate to the
client
directory:cd client
-
Install dependencies:
npm install
To run the React app locally:
npm dev
-
Navigate to the
server
directory:cd server
-
Install dependencies:
npm install
To run the React app locally:
npm dev