: Tye can generate Docker images for your services automatically using a single command, tye build .

: Start by creating your backend and frontend projects.

: Using tye deploy , you can generate Kubernetes manifests and deploy your entire application to a cluster with minimal configuration.

Example: dotnet new webapi -n MyBackend and dotnet new webapp -n MyFrontend .

Command: dotnet new sln followed by dotnet sln add .

: Add these projects to a single solution file so Tye can manage them as a group.