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 10:49:05 -07:00
parent fab78bf0f5
commit c1ef7ff6bd

@ -110,6 +110,13 @@ After installing Node, you can check the installed NPM version with the command
<p>
<img src="img/spa/npm-versions-powershell.png">
### Install Bower
Bower is needed by minor dependencies at the MVC web app. It using Visual Studio, VS will handle that. But if using the CLI in Windows, you need to install Bower globally by running the following NPM command:
`npm install -g bower `
![image](https://user-images.githubusercontent.com/1712635/32117785-652e0154-bb04-11e7-9898-b8f967550ae7.png)
## Clone the eShopOnContainers GitHub code Repository into your dev machine
Clone the code from: https://github.com/dotnet/eShopOnContainers.git