Skip to content

phillip-che/ChatApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS3800 Chat Application

Things that must be downloaded/updated to work:
Latest Version of Node
Yarn

Setup client:
cd client
yarn add socket.io-client
yarn add --dev typescript @types/react
yarn add @mui/material @emotion/react @emotion/styled

Run Client:
yarn dev

Setup Server:
cd server
yarn add express config socket.io
yarn add @types/express @types/node ts-node typescript @types/config -D

Run Server:
yarn dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published