Baker is an opinionated MVP toolkit that helps you build mobile apps crazy fast. It is based on React Native and Parse Server and bundles a whole lot of goodies inside a delicious package that will help you type less and do more.
You must have your system ready for React Native. This generally means going through Getting started section section of RN's website.
git clone https://github.com/thebakeryio/baker.git MyReactNativeApp
cd MyReactNativeApp && npm install && npm run setup Running your app on iOS/Android
npm run ios/androidRunning app server
npm run serverScaffolding
npm run generateRefer to the project page for detailed documentation