Unable to customize Angular 2 hero tutorial tour

On the Heroes Editor page ( https://angular.io/docs/ts/latest/tutorial/toh-pt1.html ), I follow the instructions:

"Follow the installation instructions to create a new project named angular -tour-of-heroes, after which the file structure should look like this: However, the installation link is on the QuickStart quick start example page ( https://angular.io/docs/ts/ latest / guide / setup.html #! # develop-locally ), which is designed to install the QuickStart application

So, I don't get directions for Heroes tutorial

+4
source share
2 answers

Angular 2 Quickstart, npm npm install

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

https://github.com/angular/quickstart/archive/master.zip

+1

Source: https://habr.com/ru/post/1663085/


All Articles