This is a demo blog to demonstrate the awesome coorperation between Angular and Meteor.
First you need to download Meteor. Only for Linux and OSX.
$ curl https://install.meteor.com | /bin/sh
Clone my repo.
$ git clone https://github.com/janekkkk/angular-meteor-demo.git
Install packages.
$ cd angular-meteor-demo
Combined
$ meteor add urigo:angular fourseven:scss matthew:foundation5-sass underscore jquery urigo:angular-ui-router accounts-password accounts-ui accounts-facebook accounts-twitter
$ meteor remove insecure
Separate
$ meteor add urigo:angular
$ meteor add fourseven:scss
$ meteor add matthew:foundation5-sass
$ meteor add underscore
$ meteor add jquery
$ meteor add urigo:angular-ui-router
$ meteor remove insecure
$ meteor add accounts-password
$ meteor add accounts-ui
$ meteor add accounts-facebook
$ meteor add accounts-twitter
Start Meteor
$ meteor run
You can find more packages on Athmosphere.