Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 364 Bytes

File metadata and controls

23 lines (16 loc) · 364 Bytes

Private Message in React + Vite

This is an implementation of the Private messaging example in React following Socket.io recommendations https://socket.io/how-to/use-with-react

Running the frontend

npm install
npm run dev

Running the server

cd server
npm install
npm start

Here's what the interface looks like Alt text