Skip to content

This is a demo blog to demonstrate the awesome coorperation between Angular and Meteor

License

Notifications You must be signed in to change notification settings

janekkkk/angular-meteor-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor && Angular demo

This is a demo blog to demonstrate the awesome coorperation between Angular and Meteor.

Installation

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

Packages

You can find more packages on Athmosphere.

About

This is a demo blog to demonstrate the awesome coorperation between Angular and Meteor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published