Tuesday 28 November 2017

Part 2 install ionic in windows





nodejs installation step



Installation Steps

  1. Download the Windows installer from the Nodes.js® web site.
  2. Run the installer (the .msi file you downloaded in the previous step.)
  3. Follow the prompts in the installer (Accept the license agreement, click the NEXT button a bunch of times and accept the default installation settings).
  4. Restart your computer. You won’t be able to run Node.js® until you restart your computer
Android studio installations 
Step 1: Install "Android Studio IDE" and "Android SDK"
(For Windows)
  1. Check that environment variable JAVA_HOME is set to the JDK installation directory via command "set JAVA_HOME". Otherwise, set the JAVA_HOME via "Control Panel". Check the detail steps HERE.
  2. Check the system requirements for Android Studio/SDK @ https://developer.android.com/sdk/index.html#Requirements.
  3. Goto "Android Developer" @ https://developer.android.com/index.html ⇒ Select "Get Android Studio" ⇒ "Download Android Studio For Windows", e.g., android-studio-bundle-162.xxxxxx-windows.exe, which is a huge file of 1.8GB.
  4. Run the downloaded installer. Follow the on-screen instruction and accept the defaults to complete the installation. You need about 5GB of free disk space! Take note (and take photo) on the installation locations of "Android Studio" and "Android SDK".
Take note that "Android Studio IDE" is installed in "C:\Program Files\Android\Android Studio" and "Android SDK" is installed in "C:\Users\your-username\AppData\Local\Android\sdk".

Install Ionic

First, install Node.js. Then, install the latest Cordova and Ionic command-line tools in your terminal. Follow the Android and iOS platform guides to install required tools for development.

type this command for install ionic using nodejs command promts

Install Ionic

npm install -g cordova ionic





once installation is successfully done than you can create new ioinc application.


if you have any error while installing above tools comments that with error i will resolve it for you. 


1 comment:

  1. How to Make Www File yar www file to ata he nahe hai agr abi giya to wo to halee ha

    ReplyDelete

Part 20 consuming rest api in ionic

in this video, I will show you that how you can consume the rest API. in the previous video we have implemented the asp.net web API projec...