Skip to content

tomzaku/Todo-apollo-redux-react-native

Repository files navigation

Introduce

App

This App is built on React Native + Redux + Apollo(GraphQL) The features in app:

  • Get All Data
  • Push task on server

Install

  1. Install dependence package
yarn install

or

npm install
  1. Link package to app
react-native link

Run

  1. Run server
mongod
node run_server.js
  1. Run App 1.Android
react-native run-android
  1. Ios
react-native run-ios
  1. Web open : http://localhost:8000/graphql

Contribute

If it's helpful for you, give me a star <3