Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 2.01 KB

readme.md

File metadata and controls

38 lines (29 loc) · 2.01 KB

Web and Mobile Workshop With Azure and Cordova (Ionic)

Installations To follow along in this workshop you will need the following tools and software to be installed:

  1. NodeJS: 64 bit installer, 32 bit installer
  2. Git: 64 bit installer, 32 bit installer
  3. Android SDK: Android Studio and SDK
  4. Install Java JDK: Java JDK Installer
  5. Install Cordova tools: npm install -g cordova
  6. Install Ionic CLI: npm install -g ionic
  7. Install Bower: npm install -g bower

Tools Required

  1. Visual Studio Code: download here (any editor or full visual studio with cordova tools installed will also work fine)
  2. Visual Studio 2015, with Azure SDK 2.6 or above installed
  3. Microsoft Azure Account: Sign up here

A quick AngularJS refresher

You can read a quick introduction to AngularJS on the asp.net site here

A quick Ionic refresher

To know what version of Ionic you installed, open up Node.js command prompt and type in:

ionic -v

You should see something like: Ionic version To know what versions of all Ionic dependencies you have installed:

ionic info

You should see something like: Ionic Info

Here is a link to Module 1