Skip to content

the-road-to-graphql/fullstack-apollo-subscription-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?