Updated 02. Setting eShopOnContainers in a Visual Studio 2017 environment (markdown)
parent
6d6c02cfd6
commit
cf9248818b
@ -12,10 +12,10 @@ Main steps:
|
||||
- Hit F5! (Or Ctrl+F5 for a faster start up)
|
||||
```
|
||||
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.)**
|
||||
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).
|
||||
|
||||
--------------------------------------------------------------------
|
||||
--------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
## Detailed procedure: Setting eShopOnContainers up in a Visual Studio 2017 development machine
|
||||
Visual Studio 2017 with its built-in Docker Tools adds a number of very convenient features which are solid reasons why you'd want to use VS 2017 when developing Docker container based applications. The most important features are:
|
||||
|
Loading…
x
Reference in New Issue
Block a user