You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
1. [install the `npm` packages](#install-node "What if you don't have node?")
41
41
1. run it
42
42
43
-
## What's different?
43
+
## What's different about the setup?
44
44
45
-
The setup delivers the same application as the [QuickStart](../quickstart.html "Angular QuickStart"),
45
+
The setup (zip or clone) delivers the same application as the [QuickStart](../quickstart.html "Angular QuickStart"),
46
46
a fact you can confirm with the <live-example></live-example>.
47
47
48
48
But there are _many more files_ in the project folder on your machine.
@@ -104,7 +104,9 @@ table(width="100%")
104
104
:marked
105
105
## Prerequisites: _node_ and _npm_
106
106
107
-
Node.js and npm are essential tools in modern web development. Angular developers need them too.
107
+
Node.js and npm are essential to modern web development with Angular and other platforms.
108
+
Node powers client development and build tools.
109
+
The _npm_ package manager, itself a _node_ application, installs JavaScript libraries.
108
110
109
111
<a href="https://docs.npmjs.com/getting-started/installing-node" target="_blank" title="Installing Node.js and updating npm">
110
112
Get them now</a> if they're not already installed on your machine.
@@ -113,9 +115,6 @@ table(width="100%")
113
115
by running the commands `node -v` and `npm -v` in a terminal/console window.
114
116
Older versions produce errors.
115
117
116
-
We recommend [nvm](https://github.com/creationix/nvm) for managing multiple versions of node and npm. You may need [nvm](https://github.com/creationix/nvm) if you already have projects running on your machine that use other versions of node and npm.
117
-
118
-
.l-sub-section
119
-
:marked
120
-
### Next step
121
-
[The _Tour of Heroes_ tutorial](../tutorial)
118
+
We recommend [nvm](https://github.com/creationix/nvm) for managing multiple versions of node and npm.
119
+
You may need [nvm](https://github.com/creationix/nvm) if you already have projects running on your machine that
0 commit comments