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.
- Host: GitHub
- URL: https://github.com/atumv/chat
- Owner: atumv
- Created: 2022-05-02T14:50:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-15T11:05:19.000Z (about 3 years ago)
- Last Synced: 2025-03-02T11:33:40.185Z (3 months ago)
- Topics: antd, express, mobx, react, socket-io, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat App
Simple chat app with React and Socket.io.

## 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
```