https://github.com/ammezie/graphql-chat-app
Building realtime app with GraphQL subscriptions
https://github.com/ammezie/graphql-chat-app
Last synced: about 1 month ago
JSON representation
Building realtime app with GraphQL subscriptions
- Host: GitHub
- URL: https://github.com/ammezie/graphql-chat-app
- Owner: ammezie
- Created: 2018-10-03T14:24:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T01:42:34.000Z (over 4 years ago)
- Last Synced: 2025-03-15T01:02:43.806Z (about 2 months ago)
- Language: Vue
- Size: 174 KB
- Stars: 27
- Watchers: 3
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-chat-app
Building realtime app with GraphQL subscriptions - [https://pusher.com/tutorials/chat-graphql-subscriptions](https://pusher.com/tutorials/chat-graphql-subscriptions)
## Getting Started
Clone the project repository by running the command below if you use SSH
```bash
git clone [email protected]:ammezie/graphql-chat-app.git
```If you use https, use this instead
```bash
git clone https://github.com/ammezie/graphql-chat-app.git
```## Server setup
After cloning, run:
```bash
npm install
``````bash
npm run dev
```## Frontend setup
```bash
npm install
``````bash
npm run dev
```The server will be running on [http://localhost:8000](http://localhost:8000).