- bower cli
- dotnet version 2.1 or greater
- Clone repo
- Cd into the CSGSIWebClient subdirectory
- Run
bower install - Run
dotnet restore - In CSGSIWebClient/wwwroot/js/site.js change the basUrl constant to the development URL, ex. http://localhost:5000
- Run
dotnet run