Skip to content

ammezie/graphql-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

graphql-chat-app

Building realtime app with GraphQL subscriptions - https://pusher.com/tutorials/chat-graphql-subscriptions

Getting Started

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

Server setup

After cloning, run:

npm install
npm run dev

Frontend setup

npm install
npm run dev

The server will be running on http://localhost:8000.

About

Building realtime app with GraphQL subscriptions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published