Skip to content

dmcwong/pouchdb-cordova-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordova PouchDB hello world app

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.

Android

cordova platform add android
cordova run android

What you'll see:

iOS

cordova platform add ios
cordova run ios

What you'll see:

FirefoxOS

cordova platform add firefoxos
cordova build firefoxos

(Then install manually using about:app-manager in Firefox.)

What you'll see:

Other platforms

Feel free to try it out and take screenshots. :)

About

"Hello world" Cordova app with PouchDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 45.1%
  • JavaScript 30.6%
  • HTML 24.3%