An open API service indexing awesome lists of open source software.

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

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).