yuvrajdahal / chat-app

Chat app using Mern stack and monorepo arch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat-app

This repository contains a private chat application built using container workspaces.

Setup Instructions

  1. Clone this repository to your local machine.
  2. Install dependencies:
    npm install
  3. Build the app:
    npm run build-app
  4. Start the development server and client:
    npm run dev

Available Scripts

  • npm run client: Start the client development server.
  • npm run server: Start the backend server.
  • npm run dev: Concurrently start both client and server.
  • npm start: Start the backend server.
  • npm run build-app: Install dependencies and build the app.

Dependencies

  • concurrently: ^7.6.0 - Run multiple commands concurrently.

Note: This repository is private, and the code is not available for public access.

There are two .env files for backend ( /src/config ) and frontend ( /app/.env ) respectiveley

For any questions or assistance, please contact [iamyuvraj456@gmail.com](mailto:iamyuvraj456@gmail.com).

About

Chat app using Mern stack and monorepo arch


Languages

Language:JavaScript 97.9%Language:CSS 1.5%Language:HTML 0.6%