Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 275 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 275 Bytes

offix-react-native-sample

This project demos example react native app using Offix Apollo GraphQL client

Running server

cd server
npm install 
npm run start

Running React native app

cd offixapp
npm install 
npm run start
react-native run-ios