Updated 06. Setting the Web SPA application up (markdown)

Cesar De la Torre 2017-10-04 15:47:56 -07:00
parent 5d537a682e
commit 6692295a0f

@ -28,7 +28,7 @@ http://www.hanselman.com/blog/VisualStudio2015FixingDependenciesNpmNotInstalledF
### Build the SPA app with NPM
Now, you need to build the SPA app (TypeScript and Angular 4 based client app) with NPM.
* Open a command-prompt window and move to the root of the SPA application (src\Web\WebSPA\eShopOnContainers.WebSPA)
* Open a command-prompt window and move to the root of the SPA application (src\Web\WebSPA\)
* Run the command <b>npm install</b> as shown below:
<img src="img/spa/npm-install.png">