/baker

Mobile MVP Toolkit

Primary LanguageJavaScriptMIT LicenseMIT

🍰 Baker - Mobile MVP Toolkit

Build Status Join the chat at Gitter

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.

Quickstart

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/android

Running app server

npm run server

Scaffolding

npm run generate

Documentation

Refer to the project page for detailed documentation

Sample apps built using Baker