https://github.com/lilpolymath/pokemon
Integrating React Native with GraphQL while consuming a REST API.
https://github.com/lilpolymath/pokemon
apollo-boost apollo-client graphql react-native rest-api
Last synced: about 2 months ago
JSON representation
Integrating React Native with GraphQL while consuming a REST API.
- Host: GitHub
- URL: https://github.com/lilpolymath/pokemon
- Owner: lilpolymath
- Created: 2020-03-01T22:10:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T01:25:39.000Z (about 4 years ago)
- Last Synced: 2025-01-21T05:42:01.072Z (over 1 year ago)
- Topics: apollo-boost, apollo-client, graphql, react-native, rest-api
- Language: JavaScript
- Homepage:
- Size: 2.86 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
## How to Run App
1. cd to the repo
2. Install node modules
- run `yarn`
3. cd to `src/server`
4. Install node modules
- run `yarn`
5. Start the server
- run `yarn start`
6. Run Build for either OS
- for iOS
- run `npx react-native run-ios`
- for Android
- run `npx react-native run-android`
Credits: https://pusher.com/tutorials/learning-graphql-react-native