2011-02-01 10:01:02 -08:00
@ngdoc overview
@name Getting Started
@description
2014-03-25 21:43:58 -05:00
# Getting Started
2017-01-24 17:23:54 +00:00
We want you to have an easy time while starting to use AngularJS. We've put together the following steps on your path to
becoming an AngularJS expert.
2011-02-01 10:01:02 -08:00
2017-01-24 17:23:54 +00:00
1. Read the {@link guide/concepts conceptual overview}.<br/>Understand AngularJS's vocabulary and how all the AngularJS
2012-05-30 10:40:59 -07:00
components work together.
2014-02-06 22:02:32 +06:00
1. Do the {@link tutorial/ AngularJS Tutorial}.<br/>Walk end-to-end through building an application complete with tests
2014-06-28 16:47:48 +04:00
on top of a node.js web server. Covers every major AngularJS feature and shows you how to set up your development
2012-05-30 10:40:59 -07:00
environment.
2014-02-06 13:33:42 +00:00
1. Download or clone the [Seed App project template](https://github.com/angular/angular-seed).<br/>Gives you a
2012-05-30 10:40:59 -07:00
starter app with a directory layout, test harness, and scripts to begin building your application.
2011-02-01 10:01:02 -08:00
2017-09-27 20:37:35 +02:00
## Further Steps
2011-02-01 10:01:02 -08:00
2017-09-27 20:37:35 +02:00
### Watch Videos
2011-02-01 10:01:02 -08:00
2012-05-30 10:40:59 -07:00
If you haven’ t had a chance to watch the videos from the homepage, please check out:
2013-06-14 11:40:56 -07:00
2014-02-06 13:33:42 +00:00
* [Introduction to AngularJS](http://www.youtube.com/watch?v=WuiHuZq_cg4&list=PL173F1A311439C05D&context=C48ac877ADvjVQa1PpcFONnl4Q5x8hqvT6tRBTE-m0-Ym47jO3PEE%3D)
* [Creating Directives](http://www.youtube.com/watch?v=Yg-R1gchccg&list=PL173F1A311439C05D&context=C48ac877ADvjVQa1PpcFONnl4Q5x8hqvT6tRBTE-m0-Ym47jO3PEE%3D)
* [Communicating with Servers](http://www.youtube.com/watch?v=IRelx4-ISbs&list=PL173F1A311439C05D&context=C48ac877ADvjVQa1PpcFONnl4Q5x8hqvT6tRBTE-m0-Ym47jO3PEE%3D)
2011-02-01 10:01:02 -08:00
2014-02-06 13:33:42 +00:00
And visit our [YouTube channel](http://www.youtube.com/user/angularjs) for more AngularJS video presentations and
2012-05-30 10:40:59 -07:00
tutorials.
2011-06-06 08:50:35 -07:00
2017-09-27 20:37:35 +02:00
### Subscribe
2011-02-01 10:01:02 -08:00
2014-02-06 13:33:42 +00:00
* Subscribe to the [mailing list](http://groups.google.com/forum/?fromgroups#!forum/angular). Ask questions here!
2017-02-02 09:09:51 -07:00
* Follow us on [Twitter](https://twitter.com/intent/follow?original_referer=http%3A%2F%2Fangularjs.org%2F®ion=follow_link&screen_name=angular&source=followbutton&variant=2.0)
2014-02-06 13:33:42 +00:00
* Add us to your circles on [Google+](https://plus.google.com/110323587230527980117/posts)
2011-02-01 10:01:02 -08:00
2017-09-27 20:37:35 +02:00
### Read more
2011-02-01 10:01:02 -08:00
2012-05-30 10:40:59 -07:00
The AngularJS documentation includes the {@link guide/index Developer Guide} covering concepts and the
2014-02-12 22:47:42 +00:00
{@link ./api API Reference} for syntax and usage.