Beginner meteor-ionic integration project
-Integrates Meteor with Ionic & Angular. If you're having a hard time integrating these technologies together, use this repo to help you get started very quickly!
To get started:
- Install Meteor
- Go through the tutorial on the Angular and Meteor integration by @Urigo: http://angularjs.meteor.com/tutorial
- Once you have a basic understanding, fork and/or clone this repo
- This integrates a basic Angular controller with a very basic Ionic component in a Meteor App
- 2 package requirements (already included in repo):
urigo:ionic, urigo:angular
- run on browser:
meteor
, run on ios:meteor run ios
, run on android:meteor run android
Next Up:
- Deploy on mobile via cordova[DONE]
- Deploy on mobile via crosswalk