T hink of Ionic as the front-end UI framework that handles all of the look and feel and UI interactions your app needs in order to be compelling. Kind of like "Bootstrap for Native," but with support for a broad range of common native mobile components, slick animations, and beautiful design. Since Ionic is an HTML5 framework, it needs a native wrapper like Cordova or PhoneGap in order to run as a native app. Platform notes Ionic targets iPhone and Android devices (currently). We support iOS 6+, and Android 4.0+ (though 2.3 should work). If you are on Windows, make sure to download and install Git for Windows and optionally Console2 . You will be executing any commands in this guide in the Git Bash or Console2 windows. First, we will go and install the most recent version of Apache Cordova , which will take our app and bundle it into a native wrapper to turn it into a traditional native app. To install Cordova, make sure you have Node.js installed, then r
“A blog about full-stack javascript discussions and solutions ”