#ionicdemo
##Installing Ionic
$ npm install -g ionic@beta
To run your app, cd into the directory that was created and then run the ionic serve command:
$ cd ionicdemo
$ ionic serve
##Building to a Device
$ sudo npm install -g cordova
##Building for iOS
$ ionic build ios
##Building for Android
$ ionic build Android