/chat-app

Primary LanguageJavaScript

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