|
14 | 14 | <do-nothing class="col-md-12">
|
15 | 15 |
|
16 | 16 | {{#markdown}}
|
17 |
| -# Socially Meteor-Angular Tutorial App |
| 17 | +# Socially - A Meteor-Angular Tutorial App |
18 | 18 |
|
19 |
| -The purpose of this tutorial is to start from the beginning of writing applications with Meteor and AngularJS. |
| 19 | +This tutorial serves as a comprehensive introduction to writing applications with Meteor and AngularJS. |
20 | 20 |
|
21 |
| -The tutorial will be good for you whether you do or don't have previous knowledge in either Angular or Meteor. |
| 21 | +No previous knowledge in Angular or Meteor is necessary. |
22 | 22 |
|
23 |
| -We will walk you through building an Angular-Meteor app. here is the final version - [http://socially-step18.meteor.com/](http://socially-step18.meteor.com/) |
| 23 | +We will walk you through building an Angular-Meteor app. Can't wait to see it? Here's the final version - [http://socially-step18.meteor.com/](http://socially-step18.meteor.com/). Don't forget to come back an go through this tutorial! |
24 | 24 |
|
25 |
| -You can also participate in our free angular-meteor university and do step by step exercise together with community members. |
| 25 | +You can also participate in our free angular-meteor university and do the step by step exercises together with community members. |
26 | 26 | Read more about the angular-meteor university [here](https://github.com/Urigo/meteor-angular-socially#angular-meteor-university-).
|
27 | 27 |
|
28 |
| -It will show you how AngularJS makes the browser smarter, while making your application code smaller and easier. |
| 28 | +See how AngularJS makes the browser smarter, while making your application code smaller and easier. |
29 | 29 |
|
30 |
| -It will also show you how powerful Meteor is, with it's powerful data synchronization and latency compensation. |
| 30 | +Also how powerful Meteor is, with it's Distributed Data Protocol (it's like "REST for websockets") and latency compensation. |
31 | 31 |
|
32 |
| -We will also tap into the huge eco-systems of each of those frameworks that will allow us to write quality applications in a fraction of the time. |
| 32 | +We will also tap into the huge eco-systems of each of these frameworks. Which will allow us to write quality applications in a fraction of the time. |
33 | 33 |
|
34 |
| -Our goal in this tutorial is to add more steps as we go along, to cover as many use cases as possible, so if there |
35 |
| -is a use case you are missing here, please suggest it on our [Github issues page](https://github.com/Urigo/angular-meteor/issues). |
| 34 | +Our goal in this tutorial is to add more steps as we go along and to cover as many use cases as possible. So if there's a use case you think is missing, please suggest it on the [Github issues page](https://github.com/Urigo/angular-meteor/issues). |
36 | 35 |
|
37 | 36 | We also welcome pull requests for new chapters, we would love to work with you on them!
|
38 | 37 |
|
|
0 commit comments