Home
Softono
Todo-apollo-redux-react-native

Todo-apollo-redux-react-native

Open source JavaScript
15
Stars
1
Forks
0
Issues
2
Watchers
9 years
Last Commit

About Todo-apollo-redux-react-native

Todo App with apollo + redux + react-native

Platforms

Web Self-hosted

Languages

JavaScript

Links

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
  2. 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
  2. Ios
    react-native run-ios
  3. Web open : http://localhost:8000/graphql

Contribute

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