Skip to content

luthfihariz/react-socketio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

React TypeScript Chat App

This is a simple chat application built with React and TypeScript, using Socket.IO for real-time communication.

Installation

  1. Clone the repository:
git clone https://github.com/luthfihariz/react-socketio
  1. 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

About

A simple chat application using socket.io and react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published