Todo-apollo-redux-react-native
Todo-apollo-redux-react-native copied to clipboard
Todo App with apollo + redux + react-native
Introduce

This App is built on React Native + Redux + Apollo(GraphQL) The features in app:
- Get All Data
- Push task on server
Install
- Install dependence package
yarn install
or
npm install
- Link package to app
react-native link
Run
- Run server
mongod
node run_server.js
- Run App 1.Android
react-native run-android
- Ios
react-native run-ios
- Web open : http://localhost:8000/graphql
Contribute
If it's helpful for you, give me a star <3