A PhoneGap example app using Framework7 HTML Framework and the iTunes Search API.
- PhoneGap CLI:
npm install -g phonegap
git clone https://github.com/phonegap/phonegap-app-star-track
cd phonegap-app-star-track
phonegap serve
Alternatively, you can use the app as a template for the PhoneGap CLI:
phonegap create StarTrack --template phonegap-app-star-track
cd StarTrack
phonegap serve
You can now view the app either in a browser atlocalhost:3000
, or using the PhoneGap Developer App on your device(s).
Of course, all the other PhoneGap CLI commands work as expected.
phonegap platform add ios
phonegap run ios
cordova platform add android
cordova run android --device
etc...