Skip to content

jsxgod/web-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Chat created with React, Socket.io, Express and NodeJS

Site

https://webchat-jsxgod.netlify.app/

webchat

How to run

  • Client

  • open a new terminal window in the source directory
  • cd client
  • npm start
  • Server

  • open a new terminal window in the source directory
  • cd server
  • npm start