lpavankumaar / aspnet-core-helloworld

ASP.NET Core hello world app for PCF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET Core Hello World

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
  • 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

About

ASP.NET Core hello world app for PCF

License:Apache License 2.0


Languages

Language:CSS 40.4%Language:HTML 34.8%Language:C# 24.8%