File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 32
32
### Meteor Project
33
33
1 . Install [ Meteor] ( http://docs.meteor.com/#quickstart ) ` $ curl https://install.meteor.com | /bin/sh `
34
34
2 . Create a new meteor app using ` $ meteor create myapp ` or navigate to the root of your existing app
35
- 3 . Install Angular ` $ meteor add angular `
36
- 4 . Remove unneeded packages ` $ meteor remove blaze-html-templates ecmascript `
35
+ 3 . Remove unneeded packages ` $ meteor remove blaze-html-templates ecmascript `
36
+ 4 . Install Angular and Angular Meteor ` $ meteor npm install --save angular angular-meteor `
37
+ 5 . Add compiler packages ` $ meteor add angular-templates pbastowski:angular-babel `
38
+
37
39
38
40
### Meteor client side - with Bower
39
41
> Use Meteor as a service in your existing non Meteor angular application
You can’t perform that action at this time.
0 commit comments