Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 382 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 382 Bytes

Frehys Mobile UI w/Cordova

Cordova lets us build for any mobile platform like IOS and Andriod and get the app deployed to the various app stores.

To run this app:

  sudo npm install -g cordova
  sudo npm install -g ios-sim
  cd app
  cordova emulate ios 

To develop, make changes then re-build it

  cordova build
  cordova emulate ios