An open API service indexing awesome lists of open source software.

https://github.com/certificationsurya/chatapp


https://github.com/certificationsurya/chatapp

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Chat App

## [live site](https://certi-chat-app.vercel.app/)

Welcome to the Chat App! This repository contains both the client-side and server-side components required to run the app. Follow the instructions below to set up and run the chat app on your local machine.

## Table of Contents

- [Client Setup](#client-setup)
- [Server Setup](#server-setup)

## Client Setup

1. Navigate to the client directory:
```sh
cd ./client
```

2. Install Client dependency:
```sh
npm install
```

3. Run Local Development server:
```sh
npm run dev
```

## Server Setup

1. Navigate to the Server directory:
```sh
cd ./server
```

2. Install Server dependency:
```sh
npm install
```

3. Run Local Development server:
```sh
npm run serve
```