A simple live GraphQL chat app built using React, Node, Apollo Server/Client and TypeGraphQL. Built for dev.to article series!
- Run
yarnto install deps - Make
.envfile withPORT=9000 - Run
yarn watchto compile TS files - In another terminal, run
yarn dev - Visit
localhost:9000/graphqlto view GraphQL Playground
- Run
yarnto install deps - Run
yarn start - Visit
localhost:3000
/graphql: hascreateChatmutation andallChatsquery resolvers/subscriptions: hasmessageSentsubscription