Prepare For App Development

Download and Install Framework

If necessary, download and install a framework (e.g., jQueryMobile or Bootstrap). It is important to download the framework instead of a Content Delivery Network (CDN) version so that it can be "packaged" with the app before it is uploaded to PhoneGap Build and so that the app can run without an internet connection.

  1. Go to jQueryMobile or BootStrap and download the respective framework.
  2. Create a folder and add the framework files to that folder.
  3. CHECKPOINT: Create a test page to see if the framework is working properly.