Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 553 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 553 Bytes

Ionic tabs project with require.js

Getting Started with Ionic, one nice way to generate beautiful mobile App's with Cordova (aka PhoneGap) and AngularJS.

To see in a regular browser:

ionic serve

!! To run on a iOS emulator

Please add the plugins:

cordova plugin add org.apache.cordova.console
cordova plugin add org.apache.cordova.device

After that just:

ionic platform add ios
ionic build ios
ionic emulate ios

.. clone, copy, improve and don't give reference, be happy!