dotnet core start new 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