forked from angular/code.angularjs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarted.html
35 lines (35 loc) · 2.67 KB
/
started.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<a href="http://github.com/angular/angular.js/edit/master/docs/content/misc/started.ngdoc" class="improve-docs btn btn-primary"><i class="icon-edit"> </i> Improve this doc</a><h1><code ng:non-bindable=""></code>
<div><span class="hint"></span>
</div>
</h1>
<div><div class="getting-started-page"><p>We want you to have an easy time while starting to use Angular. We've put together the following steps on your path to
becoming an Angular expert.</p>
<ol>
<li>Read the <a href="guide/concepts">conceptual overview</a>.<br/>Understand Angular's vocabulary and how all the Angular
components work together.</li>
<li>Do the <a href="tutorial/index">AngularJS Tutorial</a>.<br/>Walk end-to-end through building and application complete with tests
on top of a node.js web server. Covers every major AngularJS feature and show you how to set up your development
environment.</li>
<li>Download or clone the <a href="https://github.com/angular/angular-seed">Seed App project template</a>.<br/>Gives you a
starter app with a directory layout, test harness, and scripts to begin building your application.</li>
</ol>
<h2 id="further-steps">Further Steps</h2>
<h3 id="further-steps_watch-videos">Watch Videos</h3>
<p>If you haven’t had a chance to watch the videos from the homepage, please check out:</p>
<ul>
<li><a href="http://www.youtube.com/watch?v=WuiHuZq_cg4&list=PL173F1A311439C05D&context=C48ac877ADvjVQa1PpcFONnl4Q5x8hqvT6tRBTE-m0-Ym47jO3PEE%3D">Introduction to AngularJS</a></li>
<li><a href="http://www.youtube.com/watch?v=Yg-R1gchccg&list=PL173F1A311439C05D&context=C48ac877ADvjVQa1PpcFONnl4Q5x8hqvT6tRBTE-m0-Ym47jO3PEE%3D">Creating Directives</a></li>
<li><a href="http://www.youtube.com/watch?v=IRelx4-ISbs&list=PL173F1A311439C05D&context=C48ac877ADvjVQa1PpcFONnl4Q5x8hqvT6tRBTE-m0-Ym47jO3PEE%3D">Communicating with Servers</a></li>
</ul>
<p>And visit our <a href="http://www.youtube.com/user/angularjs">YouTube channel</a> for more AngularJS video presentations and
tutorials.</p>
<h3 id="further-steps_subscribe">Subscribe</h3>
<ul>
<li>Subscribe to the <a href="http://groups.google.com/forum/?fromgroups#!forum/angular">mailing list</a>. Ask questions here!</li>
<li>Follow us on <a href="https://twitter.com/intent/follow?original_referer=http%3A%2F%2Fangularjs.org%2F®ion=follow_link&screen_name=angularjs&source=followbutton&variant=2.0">Twitter</a></li>
<li>Add us to your circles on <a href="https://plus.google.com/110323587230527980117/posts">Google+</a></li>
</ul>
<h3 id="further-steps_read-more">Read more</h3>
<p>The AngularJS documentation includes the <a href="guide/index">Developer Guide</a> covering concepts and the
<a href="api/index">API Reference</a> for syntax and usage.</p>
</div></div>