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-03-13 14:11:12 -07:00
parent 5c5699b29d
commit c283349e33

@ -109,7 +109,7 @@ as in the following screenshot:
Move to the SPA app folder (`cd eShopOnContainers\src\Web\WebSPA`) and run `npm install`
<img src="img/spa/npm-install_full.png">
* Then, run the command <b>npm run build:prod</b> as shown below:
Then, run the command `npm run build:prod` as shown below:
<img src="img/spa/npm-run-build-prod.png">
After a successful execution of those npm commands, move to the next step.