This is a simple chat application built with React and TypeScript, using Socket.IO for real-time communication.
- Clone the repository:
git clone https://github.com/luthfihariz/react-socketio
- Install the dependencies and start server and client
cd server
pnpm install
pnpm start
cd ../client
pnpm install
pnpm start
```
The server will start on localhost:8000 and client will start on localhost:3000