Skip to content

gustavomaes/graphql-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL + React Native

Table of Contents

Server

  1. Install packages:
$ yarn install
  1. Run server:
$ yarn start

Frontend

  1. Install packages:
$ yarn install
  1. Set uri:
in src/service/apollo.js change uri to your server (default: http://localhost:4000/graphql)

3.1 Android:

run react-native run-android

3.2 iOS:

run react-native run-ios

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published