/musical-pancake

trying out dotnet on mac

Primary LanguageHTML

musical-pancake

trying out dotnet on mac

steps to recreate this base

  1. download dotnet from https://dotnet.microsoft.com/download/dotnet-core
  2. run dotnet new mvc

to develop

  1. run dotnet watch run
  2. edit files

to add a page

  1. add a new XXX.cshtml under Views/Home
  2. add a method with the same name to the HomeController