/MobX-starter-kit

Primary LanguageJavaScriptOtherNOASSERTION

2. Installation

On the command prompt run the following commands

$ git clone 

$ cd /

$ npm install
  or
  yarn

Run on iOS

  • Opt #1: * Run npm start in your terminal * Scan the QR code in your Expo app
    • Opt #2:
      • Run npm run ios in your terminal

Run on Android

  • Opt #1: * Run npm start in your terminal * Scan the QR code in your Expo app
    • Opt #2:
      • Run npm run android in your terminal