This starter uses:
- create-react-app for simple React config
- apollo-boost for simple apollo setup
- apollo/client.js
- configuration of apollo client
- App.js
- root component that has
ApolloProvider
with client
- root component that has
- Example.js
- example component that fetches a query on mount