Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 750 Bytes

File metadata and controls

28 lines (18 loc) · 750 Bytes

fullstack-apollo-subscription-example

Slack

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?