How to install Ionic 3
Ionic is open source framework used for developing mobile applications. It provides tools and services for building Mobile UI with native look and feel. Ionic framework needs native wrapper to be able to run on mobile devices. This is an introductory tutorial, which covers the basics of the Ionic Open Source Framework and explains how to deal with its various components and sub-components.
1. install node.js from nodejs.org
2. run node js in command promote as an administrator
3. instal ionic
cmd: npm install -g ionic
4. install Cordova
cmd: npm install -g cordova@latest
5. create a project by cmd
Example: ionic start myapp blank
6. run your propject
Example: ionic serve myapp