Alex
Alex

Reputation: 7491

Cannot setup Angular 2 tour of heroes tutorial

Being in the page the Hero Editor (https://angular.io/docs/ts/latest/tutorial/toh-pt1.html) I follow the direction:

“Follow the setup instructions for creating a new project named angular-tour-of-heroes after which the file structure should look like this:” However, the setup link goes to the page QuickStart live-coding example (https://angular.io/docs/ts/latest/guide/setup.html#!#develop-locally) that is for installing the QuickStart Application

So I do not get directions for the Heroes tutorial

Upvotes: 4

Views: 2043

Answers (2)

anshuVersatile
anshuVersatile

Reputation: 2068

git clone https://github.com/angular/quickstart.git quickstart
cd quickstart
npm install
npm start

OR DOWNLOAD FROM https://github.com/angular/quickstart/archive/master.zip

Upvotes: 1

ranakrunal9
ranakrunal9

Reputation: 13558

Clone the Angular 2 Quickstart repository, Install npm packages by npm install and follow the steps from keep the app transpiling and running

Upvotes: 4

Related Questions