https://github.com/quipper/apollo-frontpage-ios-app
Apollo "hello world" app, for iOS
https://github.com/quipper/apollo-frontpage-ios-app
Last synced: 11 months ago
JSON representation
Apollo "hello world" app, for iOS
- Host: GitHub
- URL: https://github.com/quipper/apollo-frontpage-ios-app
- Owner: quipper
- License: mit
- Created: 2020-07-21T05:12:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-22T10:34:04.000Z (almost 6 years ago)
- Last Synced: 2025-07-05T14:11:00.007Z (12 months ago)
- Language: Swift
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
This is a simple example Apollo iOS app inspired by https://github.com/apollographql/frontpage-ios-app. It is a very basic app, but it does demonstrate how you can hook up GraphQL query results to your UI using SwiftUI and MVVM architecture.
## Installation
This project requires Xcode 11.5 or later to build this app.
`bundle install`
`bundle exec pod install`
### Server
This app talks to the [frontpage example server](https://github.com/apollographql/frontpage-server). Follow the instructions there and start the server before running the Android app.