This is a basic Cordova app. It was created using the cordova
CLI, by running:
cordova create pouchdb-hello-world
To run the app yourself on a variety of platforms, just check out the code and follow the instructions below.
cordova platform add android
cordova run android
What you'll see:
cordova platform add ios
cordova run ios
What you'll see:
cordova platform add firefoxos
cordova build firefoxos
(Then install manually using about:app-manager
in Firefox.)
What you'll see:
Feel free to try it out and take screenshots. :)