start new dotnet core project code example
Example: run dotnet core app
# run the application and update automatically after changes
dotnet watch run
# run the application and update automatically after changes
dotnet watch run