/realtime-chat

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

Primary LanguageJavaScript

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