Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 61fd900

Browse files
Add missing setup step to docs. Fixes #290.
1 parent 09e1cd3 commit 61fd900

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ Also in this repo, [the `samples` directory](https://github.com/aspnet/JavaScrip
7070

7171
* Clone this repo
7272
* Change directory to the same you want to run (e.g., `cd samples/angular/MusicStore`)
73-
* Restore dependencies (run `dotnet restore` and `npm install`)
73+
* Restore dependencies (run `dotnet restore` and `npm install`).
74+
* If you're trying to run the Angular 2 "Music Store" sample, then also run `gulp` (which you need to have installed globally). None of the other samples require this.
7475
* Run the application (`dotnet run`)
7576
* Browse to [http://localhost:5000](http://localhost:5000)
7677

0 commit comments

Comments
 (0)