TodoMVC: React Native + Parse Server + Apollo Stack
November 30, 2016 · View on GitHub
⚠️ This app has been migrated away from the original stack described in the article to using Apollo Stack for data management. Followup article coming up ⚠️
TodoMVC: React Native + Parse Server + Apollo Stack
TodoMVC using React Native with Parse Server persistence layer

Quick start
git clone https://github.com/thebakeryio/todomvc-react-native.git
cd todomvc-react-native && npm install
To run the server
cd server
npm run server
To run app on iOS/Android emulator
cd app
npm run ios
npm run android
What's included
- React Native based mobile client (iOS + Android)
- Redux + Sagas for state management and sync
- Parse Server + Parse Server Dashboard + GraphQL Instance
Configuration
All the settings are located in /settings