Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 582 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 582 Bytes

Getting Started with Mobile App Development with PhoneGap + Yeoman + AngularJS + Ionic

This is the final code in the tutorial Getting Started with Mobile App Development with PhoneGap + Yeoman + AngularJS + Ionic

Install and run

This assumes you already installed the development tools as explained in the post above (PhoneGap, Android SDK, iOS Simulator)

git clone git@github.com:jesucarr/Getting-Started-PhoneGap.git
cd Getting-Started-PhoneGap
npm install
bower install
grunt build
npm run installPhoneGapPlugins
grunt serve