Updated 02. Setting eShopOnContainers in a Visual Studio 2017 environment (markdown)

RamonTC 2017-08-21 16:56:55 +02:00
parent 1abbf48716
commit 6ca5ca9c4b

@ -31,7 +31,7 @@ The MASTER branch is also an option but it'll usually be less up to date while k
### Software requirements
Software installation requirements for a Windows dev machine with Visual Studio 2017 and Docker for Windows:
- <a href='https://docs.docker.com/docker-for-windows/install/'>Docker for Windows</a> with the concrete configuration specified below.
- <a href='https://www.visualstudio.com/vs/'>Visual Studio 2017</a> (Latest version) with the workloads specified below.
- <a href='https://www.visualstudio.com/vs/'>Visual Studio 2017 version 15.3</a> (Minimum version) with the workloads specified below.
- NPM and related dependencies for running the SPA Web app. <a href='https://github.com/dotnet/eShopOnContainers/wiki/06.-Setting-the-Web-SPA-application-up'>Setup process described here </a>
### Installing and configuring Docker in your development machine