Dependencies of the web app:
# Inside the root folder
bower install
Dependencies of ionic/cordova (if used)
# Inside the root folder
cordova platform add browser
cordova platform add android
Serve with ionic
# Inside the root folder
ionic serve
Build everything
# Inside the root folder
cordova build
# Inside the root folder
cordova build android
cordova run android