CJUG4Kids Apache Cordova Workshop
For Mac or PC (no chomebooks)
Install JDK
-
http://www.oracle.com/technetwork/java/javase/downloads/index.html (Make sure to pick JDK not JRE)
-
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
Install Node.js
-
Download from https://nodejs.org/en/ (Select the latest LTS version not Current)
-
Run install .msi or .dmg file
Install Firefox
-
Run .exe or dmg file
Install Apache Cordova
-
Run npm install -g cordova
-
cordova prepare
Install Project
-
Download zip from github
-
Extract zip
Running the Tests
-
cd www
-
npm install
-
npm test