From 6f8e4cb79fa14d352736a172f5f8a1390ff6e427 Mon Sep 17 00:00:00 2001 From: Miguel Veloso Date: Tue, 30 Apr 2019 19:29:08 +0100 Subject: [PATCH] Remove obsolete preparing SPA app step --- ...ing-eShopOnContainers-in-a-Visual-Studio-2017-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md b/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md index 8ad3f6a..68b4743 100644 --- a/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md +++ b/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md @@ -17,7 +17,7 @@ Main steps to run it in Visual Studio: **NOTE:** In order for the authentication based on the STS (Security Token Service) to properly work and have access from remote client apps like the Xamarin mobile app, you also need to open the ports in your firewall as specified in the procedure below. -For further instructions, especially if this is the first time you are going to try .NET Core on Docker, see the detailed instructions below. Also **you'll need it the first time in order to make the SPA (Single Page Application) work (npm install, etc.)** as explained in this additional Wiki page for the [setting up the SPA app](https://github.com/dotnet-architecture/eShopOnContainers/wiki/06.-Setting-the-Web-SPA-application-up). +For further instructions, especially if this is the first time you are going to try .NET Core on Docker, see the detailed instructions below. ---------------------------------------------------------------------------------