https://github.com/certificationsurya/chatapp
https://github.com/certificationsurya/chatapp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/certificationsurya/chatapp
- Owner: CertificationSurya
- License: mit
- Created: 2023-08-19T15:18:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T09:30:10.000Z (over 1 year ago)
- Last Synced: 2023-10-25T10:32:47.407Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://chat-app-server-ten-bice.vercel.app
- Size: 481 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 Setup1. Navigate to the Server directory:
```sh
cd ./server
```
2. Install Server dependency:
```sh
npm install
```3. Run Local Development server:
```sh
npm run serve
```