Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 416 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 416 Bytes

React Chat

A simple chat with React & Socket.IO

Start the server API by running:

cd chat-server
yarn install
yarn run compile
yarn run start

Start the client by running:

cd chat-client
yarn install
yarn run start

Open the Chat App

  • Go to http://localhost:3000.

Resources