Skip to content

flux627/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?

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.2%
  • HTML 30.6%
  • CSS 1.2%