Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 696 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 696 Bytes

ASP.NET Core Hello World Sample

A simple ASP.NET Core web application for the ASP.NET Core buildpack.

Deploy to Bluemix

Run the app locally

  1. Install ASP.NET Core by following the Getting Started instructions
  • cd into the app directory and then src/WebApplication
  • Run dotnet restore
  • Run dotnet run
  • Access the running app in a browser at http://localhost:5000