Skip to content

Latest commit

 

History

History
58 lines (28 loc) · 1009 Bytes

README.md

File metadata and controls

58 lines (28 loc) · 1009 Bytes

cjug4kids-cordova

CJUG4Kids Apache Cordova Workshop

Pre install work (do before lab)

For Mac or PC (no chomebooks)

Install JDK

  1. http://www.oracle.com/technetwork/java/javase/downloads/index.html (Make sure to pick JDK not JRE)

  2. Set JAVA_HOME variable PC Windows - https://confluence.atlassian.com/doc/setting-the-java_home-variable-in-windows-8895.html Mac - https://www.mkyong.com/java/how-to-set-java_home-environment-variable-on-mac-os-x/

Install Android Deveoper Studio

  1. https://developer.android.com/studio/install.html

Install Node.js

  1. Download from https://nodejs.org/en/ (Select the latest LTS version not Current)

  2. Run install .msi or .dmg file

Install Firefox

  1. https://www.mozilla.org/en-US/firefox/new/

  2. Run .exe or dmg file

Install Apache Cordova

  1. Run npm install -g cordova

  2. cordova prepare

Post Install (complete during lab)

Install Project

  1. Download zip from github

  2. Extract zip

Running the Tests

  1. cd www

  2. npm install

  3. npm test