Skip to content

alexisaraya/aspnet-core-helloworld

 
 

Repository files navigation

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

About

Sample ASP.NET Core application for Bluemix.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 79.6%
  • CSS 20.4%