From ad6c5982f4d0b1f7f2e86b7f83707b7686a58a34 Mon Sep 17 00:00:00 2001 From: Miguel Veloso Date: Mon, 18 Mar 2019 11:58:33 +0000 Subject: [PATCH] Highlight this is only needed to locally run the WebSPA --- 06.-Setting-the-Web-SPA-application-up.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/06.-Setting-the-Web-SPA-application-up.md b/06.-Setting-the-Web-SPA-application-up.md index b2aef7e..12ff97b 100644 --- a/06.-Setting-the-Web-SPA-application-up.md +++ b/06.-Setting-the-Web-SPA-application-up.md @@ -2,7 +2,7 @@ The Web SPA application currently builds just fine while building the Docker images with docker-compose. -You only need to go through this article if you want to run it locally with Visual Studio, to build the required JavaScript code and dependencies. +**You only need to go through this article if you want to run it locally with Visual Studio, to build the required JavaScript code and dependencies.** ## Requirements and set up @@ -27,7 +27,7 @@ This step is only required if you are also using the full Visual Studio 2017. NPM (just installed by you) will be usually installed under this path: **C:\Program Files\nodejs**. -You might to update that path in Visual Studio under the "External Web Tools" location paths, as shown below: +You might need to update that path in Visual Studio under the "External Web Tools" location paths, as shown below: ![](img/spa/vs-tools-path-custom-node.png)