Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Urigo/angular-meteor

Angular and Meteor - The perfect stack
https://github.com/Urigo/angular-meteor

angular angular-meteor angular2-meteor angularjs meteor node

Last synced: 9 days ago
JSON representation

Angular and Meteor - The perfect stack

Awesome Lists containing this project

README

        


[![Discord Chat](https://img.shields.io/discord/625400653321076807)](https://discord.gg/xud7bH9)

### [Angular-Meteor Compilers](https://github.com/Urigo/angular-meteor/tree/master/atmosphere-packages/angular-compilers)

### [meteor-rxjs - The Angular Meteor Data solution](https://github.com/Urigo/meteor-rxjs) [![npm version](https://badge.fury.io/js/meteor-rxjs.svg)](https://badge.fury.io/js/meteor-rxjs)

### [AngularJS-Meteor](https://github.com/Urigo/angular-meteor/tree/angular1) [![npm version](https://badge.fury.io/js/angular-meteor.svg)](https://badge.fury.io/js/angular-meteor)

#### The power of Meteor and the simplicity and eco-system of Angular

[![ng-conf](https://img.youtube.com/vi/_mu6BWsnaPM/0.jpg)](https://www.youtube.com/watch?v=_mu6BWsnaPM)

## Documentation and Getting Started
- [Official website](https://www.angular-meteor.com)
- [Angular Meteor Stickers](https://www.stickermule.com/marketplace/9686-angular-meteor-sticker)
- [Getting started tutorial](https://angular-meteor.com/tutorials/whatsapp2-tutorial)
- [Angular Example application with Ionic CLI](https://github.com/Urigo/Ionic2CLI-Meteor-WhatsApp) (Final version of the tutorial)
- [Angular Example application with Meteor CLI](https://github.com/Urigo/Ionic2-MeteorCLI-WhatsApp) (Final version of the tutorial)
- [AngularJS Example application with Ionic CLI](https://github.com/Urigo/IonicCLI-Meteor-WhatsApp) (Final version of the tutorial)
- [AngularJS Example application with Meteor CLI](https://github.com/Urigo/Ionic-MeteorCLI-WhatsApp) (Final version of the tutorial)
- [More simplified examples](https://github.com/Urigo/angular-meteor/tree/master/examples)
- Questions and help - [Stack Overflow `angular-meteor` tag](http://stackoverflow.com/questions/tagged/angular-meteor), [`angularjs-meteor` tag](http://stackoverflow.com/questions/tagged/angularjs-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/blob/master/CHANGELOG.md)
- [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) - Curated, community driven list of Meteor resources
- Starters - [Angular-Meteor Base](https://github.com/Urigo/angular-meteor-base), [angular1-meteor Yeoman generator](https://github.com/ndxbxrme/generator-angular-meteor)
- 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)

## Usage

Go to the [official docs about Meteor-RxJS](https://angular-meteor.com/meteor-rxjs)

## Tutorial

If you are new to Angular and/or Meteor but want to learn them quickly,
please check out our 14-steps Angular-Meteor [tutorial](https://angular-meteor.com/tutorials/whatsapp2-tutorial).

## Quick Start Using Angular-Meteor

```bash
$ git clone https://github.com/Urigo/angular-meteor-base myApp
$ cd myApp
$ meteor npm install
```

Then run:

```
$ meteor
```

## Contributing

Please read the contributing instructions at [the contributing page](https://github.com/Urigo/angular-meteor/blob/master/.github/CONTRIBUTING.md).

### 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).