FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Urigo/angular-meteor at angular1 · GitHub

 
 

Repository files navigation

angular-meteor

======================================================

The power of Meteor and the simplicity and eco-system of AngularJS

Getting started with Angular Meteor

Getting started tutorial

Documentation

Meteor Project

  1. Install Meteor $ 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 $ bower install meteor-client-side
  2. Install angular-meteor $ bower install angular-meteor

Contributing

Please read the contributing instructions at the contributing page.

Usage

Go to the official docs

Acknowledgement

This project started as 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

About

Angular and Meteor - The perfect stack

Topics

Resources

Contributing

Stars

2.3k stars

Watchers

128 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL