Repo for GVL JS relay talk.
iOS and Android App (Expo)
npm run ios
: Watches shared folder and opens local dev server in iOS simulator.npm run android
: Watches shared folder and opens local dev server in Android simulator.
GraphQL Server
Shared components and business logic (platform agnostic).
Web App (Create React App)
npm run start
: Watches shared folder and opens local dev server in web browser.