Mobile App Europe 2014 Notes
Notes on a workshop by Martin Naumann (Centralway Headquarters AG) at the Mobile App Europe 2014.
Building a MobileWebApp with ionic and Apache Cordova and PhoneGap build.
Update nodejs
On Windows: just install the latest msi
Install cordova
npm install -g cordova
Install ionic framework
npm install -g ionic
Seed a new ionic project
ionic start <myProject> tabs
Let ionic serve the project (from the projects folder)
ionic serve
Push it to GitHub
##Miscellaneous