Building realtime app with GraphQL subscriptions - https://pusher.com/tutorials/chat-graphql-subscriptions
Clone the project repository by running the command below if you use SSH
git clone [email protected]:ammezie/graphql-chat-app.git
If you use https, use this instead
git clone https://github.com/ammezie/graphql-chat-app.git
After cloning, run:
npm install
npm run dev
npm install
npm run dev
The server will be running on http://localhost:8000.