Skip to content

Commit 24a78fb

Browse files
committed
Update README.md
Don't tell people to build angular from source themselves. Our examples are not well-constructed for users to try them out.
1 parent f0ef72d commit 24a78fb

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

README.md

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ Angular [![Build Status](https://travis-ci.org/angular/angular.svg?branch=master
44
Angular is a development platform for building mobile and desktop web applications. This is the
55
repository for [Angular 2][ng2], both the JavaScript (JS) and [Dart][dart] versions.
66

7-
Angular 2 is currently in **Alpha Preview**. We recommend using Angular 1.X for production
7+
Angular 2 is currently in **Developer Preview**. We recommend using Angular 1.X for production
88
applications:
99

1010
* [AngularJS][ngJS]: [angular/angular.js](http://github.com/angular/angular.js).
1111
* [AngularDart][ngDart]: [angular/angular.dart](http://github.com/angular/angular.dart).
1212

13+
## Quickstart
14+
15+
[Get started in 5 minutes][quickstart]
1316

1417
## Setup & Install Angular 2
1518

@@ -22,32 +25,11 @@ Want to file a bug, contribute some code, or improve documentation? Excellent! R
2225
guidelines for [contributing][contributing].
2326

2427

25-
## Examples
26-
27-
To see the examples, first build the project as described
28-
[here](http://github.com/angular/angular/blob/master/DEVELOPER.md).
29-
30-
### Hello World Example
31-
32-
This example consists of three basic pieces - a component, a decorator, and a
33-
service. They are all constructed via injection. For more information see the
34-
comments in the source `modules/examples/src/hello_world/index.js`.
35-
36-
You can build this example as either a JS or a Dart app:
37-
38-
* JS:
39-
* `$(npm bin)/gulp build.js.dev`, and
40-
* `$(npm bin)/gulp serve.js.dev`, and
41-
* open `localhost:8000/examples/src/hello_world/` in Chrome.
42-
* Dart:
43-
* `$(npm bin)/gulp serve/examples.dart`, and
44-
* open `localhost:8080/src/hello_world` in Chrome (for dart2js) or
45-
[Dartium][dartium] (for Dart VM).
46-
4728
[contributing]: http://github.com/angular/angular/blob/master/CONTRIBUTING.md
4829
[dart]: http://www.dartlang.org
4930
[dartium]: http://www.dartlang.org/tools/dartium
5031
[download]: http://angular.io/download
32+
[quickstart]: https://angular.io/docs/js/latest/quickstart.html
5133
[ng2]: http://angular.io
5234
[ngDart]: http://angulardart.org
5335
[ngJS]: http://angularjs.org

0 commit comments

Comments
 (0)