Prepare the App
Page last updated:
Page last updated:
In this step, you will prepare a simple application that can be deployed. Execute the following commands to clone the sample application:
$ git clone https://github.com/swisscom/cf-sample-app-dotnetcore.git $ cd cf-sample-app-dotnetcore
You now have a functioning git repository that contains a simple ASP.NET Core application as well as a project.json
file, which is used by .NET Core’s dependency manager.
Note: In case you are stuck during the tutorial, you can always check out the final-result
branch of the sample app repo to see what your code should look like.