Installations To follow along in this workshop you will need the following tools and software to be installed:
- NodeJS: 64 bit installer, 32 bit installer
- Git: 64 bit installer, 32 bit installer
- Android SDK: Android Studio and SDK
- Install Java JDK: Java JDK Installer
- Install Cordova tools:
npm install -g cordova
- Install Ionic CLI:
npm install -g ionic
- Install Bower:
npm install -g bower
Tools Required
- Visual Studio Code: download here (any editor or full visual studio with cordova tools installed will also work fine)
- Visual Studio 2015, with Azure SDK 2.6 or above installed
- Microsoft Azure Account: Sign up here
You can read a quick introduction to AngularJS on the asp.net site here
To know what version of Ionic you installed, open up Node.js command prompt and type in:
ionic -v
You should see something like: To know what versions of all Ionic dependencies you have installed:
ionic info
You should see something like:
Here is a link to Module 1