Skip to content

ceelogre/ChatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeHeal

Chat implementation using Socket
To start the backend server, cd into backend and run
npm i
then
nodemon

To run the client, cd into frontend and run
npm i
then
npm run serve or
npm run build
for a production ready app.
Browse over to localhost:8080 and Voila!