Skip to content

Realtime Chat build on React/GraphQL-Yoga/Apollo-Client/Shards-React/WebSocket

Notifications You must be signed in to change notification settings

vbguard/realtime-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Chat

Realtime Chat build on React/GraphQL-Yoga/Apollo-Client/Shards-React/WebSocket

clone repo and install all dependencies for client and server:

   cd client && yarn && cd ../server && yarn  

run client from client folder on one terminal:

  yarn start

and run server from server folder:

 yarn start