https://github.com/the-road-to-graphql/fullstack-apollo-subscription-example
A minimal Apollo Server 2 with Apollo Client 2 with Subscriptions application.
https://github.com/the-road-to-graphql/fullstack-apollo-subscription-example
apollo-client apollo-server apollo-server-express apollo-subscription apollographql apollographql-subscriptions fullstack react reactjs
Last synced: about 1 year ago
JSON representation
A minimal Apollo Server 2 with Apollo Client 2 with Subscriptions application.
- Host: GitHub
- URL: https://github.com/the-road-to-graphql/fullstack-apollo-subscription-example
- Owner: the-road-to-graphql
- Created: 2018-06-16T11:54:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T08:41:01.000Z (about 6 years ago)
- Last Synced: 2025-04-20T03:49:50.335Z (about 1 year ago)
- Topics: apollo-client, apollo-server, apollo-server-express, apollo-subscription, apollographql, apollographql-subscriptions, fullstack, react, reactjs
- Language: JavaScript
- Homepage: https://roadtoreact.com
- Size: 279 KB
- Stars: 73
- Watchers: 2
- Forks: 29
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# fullstack-apollo-subscription-example
[](https://slack-the-road-to-learn-react.wieruch.com/)
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?
* Don't miss [upcoming Tutorials and Courses](https://www.getrevue.co/profile/rwieruch)
* Check out current [React Courses](https://roadtoreact.com)