Module 3: Setting Up the Workshop Files

Steps

  1. Delete the contents of your project's workshop/www folder.

  2. Download the supporting files for this tutorial here, or clone the repository:

    git clone https://github.com/ccoenraets/cordova-tutorial
    
  3. If you downloaded the zip file, unzip it anywhere on your file system.

  4. Copy the contents of starter-www into your project's workshop/www folder.

  5. Build and test your application:

    • If you have a Mobile SDK installed on your system repeat the steps in Module 2.
    • If you don't, simply open www/index.html in a browser on your computer.
  6. Type a few characters in the search box to search employees by name. Clicking an employee link doesn't produce any result at this time.

Module-by-Module solutions are available in the solutions directory under apache-cordova-tutorial.

comments powered by Disqus