Getting Started
If you want to start a project with ASP.NET Core, probably you will spend around a few days to set up your project and add basic features.
That’s why this template provides a straightforward and efficient approach to enterprise application development, leveraging the power of Microservices Architecture and ASP.NET Core. Using this template, you can effortlessly create a Single Page App (SPA) with ASP.NET Core and Svelte.
Prerequisites
- .NET 7.0 SDK (ignore this if you installed Visual Studio 2022)
Installation
The easiest way to get started is to install the solution template from Nuget package:
dotnet new install TSP.Microservices.Template
[TODO] As this is our internal template, where should we host the template nuget package?
Once installed, create a new solution using the template.
dotnet new tsp-mst -o "YourSolutionName"
[TODO] How can we ensure that the developer always updates the template package with the latest version?
Setup and Launch the App
Read ReadMe.md
file in the root folder of the solution.