Skip to content

bakery/todomvc-react-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ 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

Build Status

React Native TodosMVC

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