create a dotnet core app using dotnet 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