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.
Copy file name to clipboardExpand all lines: public/docs/ts/latest/guide/setup.jade
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@ block includes
9
9
play with the code, share your changes with friends, and download and run the code on your own machine.
10
10
11
11
As much fun as this is
12
-
* you can't ship your app in plunker.
13
-
* development in the browser is slow.
12
+
* you can't ship your app in plunker
13
+
* development in the browser is slow
14
14
* you aren't always online
15
-
* the type support, refactoring, and code completion only work in your local IDE.
15
+
* the type support, refactoring, and code completion only work in your local IDE
16
16
17
-
# Setup a local develoment environment
17
+
# Setup a local development environment
18
18
19
19
Fortunately, setting up a local development environment is quick and easy:
20
20
1. `git clone` the [**QuickStart** repository](https://github.com/angular/quickstart "Clone the github QuickStart repo")
@@ -113,9 +113,6 @@ table(width="100%")
113
113
by running the commands `node -v` and `npm -v` in a terminal/console window.
114
114
Older versions produce errors.
115
115
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)
116
+
We recommend [nvm](https://github.com/creationix/nvm) for managing multiple versions of node and npm.
117
+
You may need [nvm](https://github.com/creationix/nvm) if you already have projects running on your machine that
0 commit comments