Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 351 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 351 Bytes

A simple Cordova app that has currently been tested on ios and android

Here is the easiest way to get it up and running

  1. install node/npm and install Cordova if you haven't already
  2. run "cordova platform add ios android"
  3. run "cordova plugin add org.apache.cordova.device"
  4. The run either "cordova run android" or "cordova run ios" to test