- React Native: Mobile Framework
- Graph.Cool backend: GraphQL backend as a service
- Apollo Client: GraphQL Data fetching
- Clone Repo
- Install dependencies. Run
npm install
at the root. - Create a new .env file at the root of the project
- Add GraphQL end point and variable. Use env.tpl file as a guide.
- Sample:
GRAPHQL_END_POINT=http://sampleGraphqlEndPoint.com/graphql
- Sample:
- Run
react-native run-ios