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

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

Home Page:https://roadtoreact.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://roadtoreact.com


Languages

Language:JavaScript 68.2%Language:HTML 30.6%Language:CSS 1.2%