From 61fd9009749a6c8b55f375209b40898a5db6b2b0 Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Thu, 1 Sep 2016 14:10:42 +0100 Subject: [PATCH] Add missing setup step to docs. Fixes #290. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85dd692..9322418 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,8 @@ Also in this repo, [the `samples` directory](https://github.com/aspnet/JavaScrip * Clone this repo * Change directory to the same you want to run (e.g., `cd samples/angular/MusicStore`) - * Restore dependencies (run `dotnet restore` and `npm install`) + * Restore dependencies (run `dotnet restore` and `npm install`). + * 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. * Run the application (`dotnet run`) * Browse to [http://localhost:5000](http://localhost:5000)