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

https://github.com/afzl210/mychatapp

chat app made with Socket.io
https://github.com/afzl210/mychatapp

chat-application reactjs socket-io typescript

Last synced: 2 months ago
JSON representation

chat app made with Socket.io

Awesome Lists containing this project

README

          

# myChatApp
chat app made with Socket.io

## Run locally

clone the `MyChatApp` repo

```bash
git clone https://github.com/AFZL210/myChatApp.git
cd myChatApp
```

install dependencies for server

```bash
cd server
npm install
```

install dependencies for client

```bash
cd server
npm install
```

run the server `npm run dev` (run in server folder)

run the client app `npm run dev` (run in client folder)

### build commands for productions
server `npm run build` and
to start the server run `npm run start`

client `npm run build`

**change the origin links**
## Screenshots

![Capture](https://user-images.githubusercontent.com/79896602/234957618-ef93b67c-acce-4733-a292-f6483650246d.PNG)