http://bit.ly/ion2fullapp-with-functionalities-documentation
##To run your app in the browser (great for initial development):
ionic serve
##To run on iOS:
ionic run ios
##To run on Android:
ionic run android
##Review ionic CHANGELOG when updating ionic-angular version https://github.com/driftyco/ionic/blob/master/CHANGELOG.md
cordova platform save
Use it when you have a pre-existing project and you want to save all the currently added platforms in your project.
ionic state reset
This will remove everything then bring back what you have specified in the package.json file.
ionic state save
To store the current platforms and plugins to the package.json
ionic state restore
This will add in the appropriate plugins and platforms from the package.json