Skip to content
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 681 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 681 Bytes

ipg-spa-course

Instructor playground for spa-course

##Setup Instructions

  1. Install node from the node website
  2. Install git from the git website (Select to work with windows command prompt)
  3. Run the following from the Windows Command prompt in the WebApplication1 folder
    > npm update
    > npm install -g gulp
    > npm install -g bower
    > bower update
  4. Open Visual Studio and Install "Task Runner Explorer" and "Web Essentials" in Tools>Extensions and Updates...
  5. Open the Package Manager Console, switch context to ClassLibrary1 and run the following:
    PM> update-database -StartUpProjectName WebApplication1 -ProjectName ClassLibrary1