Skip to content

yuvrajdahal/chat-app

Repository files navigation

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).

Releases

No releases published

Packages

No packages published