ASP.NET Core MVC and Entity Framework Core Dashboard Application
Open the .sln file at the root of the project and press F5 to build and launch the app.
- Install .NET Core 2+: https://www.microsoft.com/net/download?WT.mc_id=m365-0000-dwahlin
- Open a command window in the root of the project.
- Run
dotnet restore
- Run
dotnet build
- Run
dotnet run -p src/AccountAtAGlance
- Open http://localhost:5000 in your browser.