Apache Cordova sample app demonstrating the use of DadeMobile.js
Install Cordova command-line unless already installed:
npm install -g cordovaInstall packages:
npm installBefore running the app, you must edit src/app.js and set your provided Api Key and Api URL.
cordova run <platform name>
This sample app builds src/app.js to www/js/index.js using the Cordova before_prepare hook. This happens automatically before running the app.
