Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Urigo/angular-meteor
- Owner: Urigo
- License: mit
- Created: 2014-08-16T16:13:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T13:59:03.000Z (over 1 year ago)
- Last Synced: 2024-10-13T20:01:35.116Z (21 days ago)
- Topics: angular, angular-meteor, angular2-meteor, angularjs, meteor, node
- Language: Dockerfile
- Homepage: https://www.angular-meteor.com/
- Size: 15.4 MB
- Stars: 2,355
- Watchers: 132
- Forks: 621
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-angular-components - angular2-meteor - Angular and Meteor - The perfect stack. (Uncategorized / Uncategorized)
- awesome-angular-components - angular2-meteor - Angular and Meteor - The perfect stack. (Uncategorized / Uncategorized)
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).