Sam Tye ⭐
: Start by creating your backend and frontend projects.
Command: dotnet new sln followed by dotnet sln add . sam tye
To build out a multi-service feature, you can follow this standard workflow: : Start by creating your backend and frontend projects
Once your feature is ready for production, Tye simplifies the transition to the cloud: and start them.
: Add these projects to a single solution file so Tye can manage them as a group.
Example: dotnet new webapi -n MyBackend and dotnet new webapp -n MyFrontend .
: Execute tye run in the solution directory. Tye will automatically find your projects, build them, and start them.