Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 937 Bytes

gettingStarted.md

File metadata and controls

28 lines (21 loc) · 937 Bytes

Yoma Mobile :: Getting Started

Available commands

to see a list of available commands run:

npm run help

Quick Start (iOS)

  1. go through all the iOS Prerequisites in Prerequisites
  2. npm i install NPM dependencies
  3. npx pod-install install all pods
  4. npm run make_env:dev set up the environment file with dev values.

    Alternatively - npm run init - runs the first 3 commands in one go.

  5. npm run start start bundler
  6. npm run ios start app

Quick Start (Android)

  1. go through all the Android Prerequisites in Prerequisites
  2. npm i install NPM dependencies
  3. npm run make_env:dev set up the environment file with dev values

    Alternatively - npm run init - runs these commands (and installs ios pods) in one.

  4. npm run start start bundler
  5. npm run android start app