A simple ASP.NET Core web application for the ASP.NET Core buildpack.
- Install ASP.NET Core by following the Getting Started instructions
- Clone this app
- cd into the app directory and then
src/dotnetstarter
- Run
dotnet restore
- Run
dotnet run
- Access the running app in a browser at http://localhost:5000