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:10:03 -07:00
parent 7c8566b615
commit 5c5699b29d

@ -108,8 +108,12 @@ as in the following screenshot:
Move to the SPA app folder (`cd eShopOnContainers\src\Web\WebSPA`) and run `npm install` Move to the SPA app folder (`cd eShopOnContainers\src\Web\WebSPA`) and run `npm install`
<img src="img/spa/npm-install_full.png"> <img src="img/spa/npm-install_full.png">
After a successful execution of npm intall, move to the next step.
* Then, run the command <b>npm run build:prod</b> 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.
If you have any issue here, read the [Setting the Web SPA application up](https://github.com/dotnet/eShopOnContainers/wiki/06.-Setting-the-Web-SPA-application-up) for further details.
## Build the bits through the build container image ## Build the bits through the build container image