Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 248 Bytes

File metadata and controls

16 lines (15 loc) · 248 Bytes

Setup Instructions

1) Start Apollo GraphQL Server

cd ApolloServer
npm install
npm start

Try out GraphQL at: localhost:1337/graphiql

2) Start React Native App

cd RNApp
npm install
react-native link
react-native run-ios