The power of Meteor and the simplicity and eco-system of AngularJS
- Official website
- Example application (Final version of the tutorial)
- Questions and help - stack-overflow
angular-meteor
tag - Discussions - the Meteor Forum
- Report issues
- Change Log, updates and breaking changes
- Meteor Blog
- Official Meteor guide for best practices
- Awesome Meteor - A curated, community driven list of awesome Meteor packages, libraries, resources and shiny thing
- Starters - Angular-Meteor Platform, angular-meteor Yeoman generator, Angular-Meteor-Boilerplate with TypeScript
- Track Roadmap here:
- angular-meteor milestones
- Meteor issues related to Angular
- Angular Meteor Stickers
- Install Meteor
$ curl https://install.meteor.com | /bin/sh
- Create a new meteor app using
$ meteor create myapp
or navigate to the root of your existing app - Install Angular
$ meteor add angular
- Remove unneeded packages
$ meteor remove blaze-html-templates ecmascript
Use Meteor as a service in your existing non Meteor angular application
- Install meteor-client-side
$ bower install meteor-client-side
- Install angular-meteor
$ bower install angular-meteor
Please read the contributing instructions at the contributing page.
Go to the official docs
This project started as ngMeteor, a pre-0.9 meteorite package. Since then a lot has changed but that was the main base.
Also, a lot of features were inspired by @superchris's angular-meteor fork of ngMeteor