meteor add mizzao:bootstrap-3
meteor add underscore
meteor add mrt:moment
meteor add mrt:moment
meteor add iron:router
meteor add sacha:spin
{{> spinner }}
meteor add ian:accounts-ui-bootstrap-3
meteor add accounts-password
{{> loginButtons }}
meteor add meteorhacks:npmhttps://meteorhacks.com/complete-npm-integration-for-meteor.html
meteor remove autopublish
Meteor.publish('posts', function() { return Posts.find();
});
meteor add meteorhacks:npmhttps://meteorhacks.com/complete-npm-integration-for-meteor.html
meteor remove autopublish
Meteor.publish('posts', function() { return Posts.find();
});
Meteor.subscribe('posts');
meteor remove insecure