Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 690 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 690 Bytes

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.