Updated 03. Setting the eShopOnContainers solution up in a Windows CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown)

Cesar De la Torre 2017-10-27 11:12:32 -07:00
parent aed70034d4
commit 0ca1aefc97

@ -31,7 +31,7 @@ You don't need Visual Studio 2017 for this environment but can use any code edit
1. [.NET Core and SDK](http://dot.net). Install the SDK and runtime. 1. [.NET Core and SDK](http://dot.net). Install the SDK and runtime.
1. Any code editor, like [Visual Studio Code](https://code.visualstudio.com/) 1. Any code editor, like [Visual Studio Code](https://code.visualstudio.com/)
*IMPORTANT NOTE:* When building with the Linux build-container (option A explained below) you don't really need to have installed Node. NPM, Bower or not even .NET Core SDK in your local Windows machine, as the Linux build-container has all the needed SDK to compile. However, we recommend to have it installed on Windows so you can do further development and testing, better. *IMPORTANT NOTE:* When building with the Linux build-container (option A explained below) you don't really need to have installed Node, NPM, Bower or not even .NET Core SDK in your local Windows machine, as the Linux build-container has all the needed SDKs to compile the projects. However, we recommend to have it installed on Windows so you can do further development and testing.
# Setting up the development environment # Setting up the development environment