Skip to content

Latest commit

 

History

History
executable file
·
26 lines (17 loc) · 443 Bytes

README.md

File metadata and controls

executable file
·
26 lines (17 loc) · 443 Bytes

TaarifaGap

Taarifa Phonegap App

Installing Phonegap

Ensure that you have NodeJS installed, then open your commandline and run the following:

$ sudo npm install -g phonegap

Using Phonegap [implemented]

$ phonegap create my-app
$ cd my-app
$ phonegap run android

Learn more at docs.phonegap.com

App modifications

Only work with files inside www directory.