UNPKG

angular-meteor

Version:

Combining the simplicity and power of AngularJS and Meteor

62 lines (42 loc) 4 kB
<a href="http://angular-meteor.com/"><img src="https://s22.postimg.org/vpn3d97ch/logo_large.png" width="120" height="120" /></a> [angular-meteor](http://angular-meteor.com/tutorial) [![Build Status](https://travis-ci.org/Urigo/angular-meteor.svg?branch=angular1)](https://travis-ci.org/Urigo/angular-meteor) [![npm version](https://badge.fury.io/js/angular-meteor.svg)](https://badge.fury.io/js/angular-meteor) [![Bower version](https://badge.fury.io/bo/angular-meteor.svg)](http://badge.fury.io/bo/angular-meteor) [![bitHound Overall Score](https://www.bithound.io/github/Urigo/angular-meteor/badges/score.svg)](https://www.bithound.io/github/Urigo/angular-meteor) [![Join the chat at https://gitter.im/Reactive-Extensions/RxJS](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Urigo/angular-meteor) ====================================================== #### The power of Meteor and the simplicity and eco-system of AngularJS [![ng-conf](http://img.youtube.com/vi/_mu6BWsnaPM/0.jpg)](https://www.youtube.com/watch?v=_mu6BWsnaPM) ## Getting started with Angular Meteor [Getting started tutorial](http://angular-meteor.com/tutorial) ## Documentation - [Official website](http://angular-meteor.com) - [Example application](https://github.com/Urigo/meteor-angular-socially) (Final version of the tutorial) - Questions and help - [stack-overflow `angular-meteor` tag](http://stackoverflow.com/questions/tagged/angular-meteor) - [Join angular-meteor Office Hours](https://plus.google.com/events/cj8i93v7cabr9fab5jvv3r6bb80) - [Discussions - the Meteor Forum](https://forums.meteor.com/) - [Gitter](https://gitter.im/Urigo/angular-meteor) - [Report issues](https://github.com/Urigo/angular-meteor/issues) - [Change Log, updates and breaking changes](https://github.com/Urigo/angular-meteor/releases) - [Meteor Blog](https://info.meteor.com/blog) - [Official Meteor guide for best practices](http://guide.meteor.com/) - [Awesome Meteor](https://github.com/Urigo/awesome-meteor) - A curated, community driven list of awesome Meteor packages, libraries, resources and shiny thing - Starters - [Angular-Meteor Platform](https://github.com/planet-training/angular-meteor-platform), [angular-meteor Yeoman generator](https://github.com/ndxbxrme/generator-angular-meteor), [Angular-Meteor-Boilerplate with TypeScript](https://github.com/ShMcK/Angular-Meteor-Boilerplate) - Track Roadmap here: - [angular-meteor milestones](https://github.com/Urigo/angular-meteor/milestones) - [Meteor issues related to Angular](https://github.com/meteor/meteor/labels/Project%3AAngular) - [Angular Meteor Stickers](https://www.stickermule.com/marketplace/9686-angular-meteor-sticker) ### Meteor Project 1. Install [Meteor](http://docs.meteor.com/#quickstart) `$ curl https://install.meteor.com | /bin/sh` 2. Create a new meteor app using `$ meteor create myapp` or navigate to the root of your existing app 3. Remove unneeded packages `$ meteor remove blaze-html-templates ecmascript` 4. Install Angular and Angular Meteor `$ meteor npm install --save angular angular-meteor` 5. Add compiler packages `$ meteor add angular-templates pbastowski:angular-babel` ### Meteor client side - with Bower > Use Meteor as a service in your existing non Meteor angular application 1. Install [meteor-client-side](https://github.com/idanwe/meteor-client-side) `$ bower install meteor-client-side` 2. Install angular-meteor `$ bower install angular-meteor` ## Contributing Please read the contributing instructions at [the contributing page](https://github.com/Urigo/angular-meteor/blob/master/.github/CONTRIBUTING.md). ## Usage Go to the [official docs](http://www.angular-meteor.com/) ### Acknowledgement This project started as [ngMeteor](https://github.com/loneleeandroo/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](https://github.com/superchris/angular-meteor)