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

https://github.com/atumv/chat

Simple chat app with React and Socket.io.
https://github.com/atumv/chat

antd express mobx react socket-io typescript vite

Last synced: 2 months ago
JSON representation

Simple chat app with React and Socket.io.

Awesome Lists containing this project

README

        

# Chat App

Simple chat app with React and Socket.io.

![](assets/preview.png)

## Install

```sh
git clone https://github.com/atumv/chat.git && cd chat/server && npm i && cd ../client && npm i
```

## Running

in one terminal window:
```sh
cd chat/server && npm start
```
in another:
```sh
cd chat/client && npm start
```