Ionic Mobile Application

Ionic is open source SDK(Software Development Kit) for Hybrid Mobile Application Development,Which is creatd by Max Lynch,Adam Bradley and ben Sperry.Which released day is 2013 used by AngularJS and Apache Cordova.In Ionic Application mostly used Web Technology like CSS,HTML5 and Sass (Bootstrap-Not used).

Thank you for reading this post, don't forget to subscribe!
meraheaven-Startup concept
Mobile Applications

Install Process

1.npm install -g ionic (Need to install by the Help of CMD-if you are using window OS then simply this code will applicable.If you are using Linux/Mac then in Command with sudo)

Start App

ionic start (Create One Mobile Application)

ionic start App tabs (It’s Created for you one moble template)

Run App

cd App (Goes to that folder)

ionic serve (It’s Start the Mobile application and display the output)