/fullstack-apollo-subscription-example

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

Primary LanguageJavaScript

fullstack-apollo-subscription-example

Slack

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

Installation

  • git clone git@github.com:rwieruch/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?