Project Setup

General Steps

Running

Using Visual Studio

  • Open the project in Visual Studio 2015-17
  • Click the run button

Using Command Line

  • Set environment variable ASPNETCORE_ENVIRONMENT to Development
    • in Windows: setx ASPNETCORE_ENVIRONMENT "Development", then close and reopen the command prompt
  • cd SampleItemsWebsite\SmarterBalanced.SampleItems
  • dotnet restore
  • cd src\SmarterBalanced.SampleItems.Web
  • dotnet run
  • Navigate to http://localhost:<port> in your browser to view the running site