TodoMVC using React Native with Parse Server persistence layer
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
- React Native based mobile client (iOS + Android)
- Redux + Sagas for state management and sync
- Parse Server + Parse Server Dashboard + GraphQL Instance
All the settings are located in /settings