The Iconic View
Ionic Framework is super cool stuff.
Ionic Framework is used to build highly interactive applications using HTML, CSS and JavaScript. To install Ionic, we need Git, Node.js, Angular.js already installed. We can use Ionic framework with PhoneGap.
The interface with Ionic is pretty good with gestures, animations, icons, cool colors, JavaScript utilities, etc.
Install Ionic :$ npm install -g cordova ionic
Start a Project : $ ionic start myApp tabs|blank|sidemenu
Run Project : To run the app on browser :$ ionic serve
One super cool feature of Ionic is “Ionic View”. View and test your app on your iPhone without going through the AppStore.
Steps for Ionic View
Download Ionic View from Apple Play Store to your iPhone
Signup to Ionic
On the CLI, go to the path of your app.
Type $ ionic upload
Log-in to ionic account with your credentials
Ionic View makes life easy
Resources
Learn Ionic : http://ionicframework.com/docs/
Ionic View : http://ionicframework.com/blog/view-app-is-alive/