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

https://github.com/the-road-to-graphql/fullstack-apollo-subscription-example

A minimal Apollo Server 2 with Apollo Client 2 with Subscriptions application.
https://github.com/the-road-to-graphql/fullstack-apollo-subscription-example

apollo-client apollo-server apollo-server-express apollo-subscription apollographql apollographql-subscriptions fullstack react reactjs

Last synced: about 1 year ago
JSON representation

A minimal Apollo Server 2 with Apollo Client 2 with Subscriptions application.

Awesome Lists containing this project

README

          

# fullstack-apollo-subscription-example

[![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/)

A minimal Apollo Server 2 with Apollo Client 2 application with subscriptions.

## Installation

* `git clone git@github.com:the-road-to-graphql/fullstack-apollo-subscription-example.git`
* `cd fullstack-apollo-subscription-example`

### Server

* `cd server`
* `npm install`
* `npm start`

### Client

* `cd client`
* `npm install`
* `npm start`
* visit `http://localhost:3000`

## Want to learn more about React + GraphQL + Apollo?

* Don't miss [upcoming Tutorials and Courses](https://www.getrevue.co/profile/rwieruch)
* Check out current [React Courses](https://roadtoreact.com)