diff --git a/06.-Setting-the-Web-SPA-application-up.md b/06.-Setting-the-Web-SPA-application-up.md index 044fd0f..b2aef7e 100644 --- a/06.-Setting-the-Web-SPA-application-up.md +++ b/06.-Setting-the-Web-SPA-application-up.md @@ -77,6 +77,10 @@ If using SQL Server Management Studio do the following: ![](img/spa/add-client-redirect-uri.png) +You should be able to run now the SPA application with VS, using [F5] or [Ctrl+F5] and log in as usual, as shown here: + +![](img/spa/eshoponcontainers-webspa-running-locally.png) + ### (Optional) Run NPM tasks from within Visual Studio 2017 As the chosen workload method when developing a client frontend app (JS frameworks, etc.), you, as a developer have to be able to trigger the npm tasks when you want. diff --git a/img/spa/eshoponcontainers-webspa-running-locally.png b/img/spa/eshoponcontainers-webspa-running-locally.png new file mode 100644 index 0000000..7decc0e Binary files /dev/null and b/img/spa/eshoponcontainers-webspa-running-locally.png differ