Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 358 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 358 Bytes

chat-app

Description

A Simple Chat App written in React which uses React Hooks, Material UI, Socket.io and Node.js.

Installation

$ yarn install

Running the app

# client - watch mode
$ yarn start

# server
$ node src/server

Endpoints

After running the project just open your browser and go to http://localhost:3000