
Template repo for .NET6 backend + svelte frontend
The Svelte-dotnet app template is aimed at providing a starter template for developing Dotnet+Svelte applications. It consists of a preconfigured Dotnet project along with the default Svelte app template and a matching Rollup configuration to run the application. The template can be manually cloned or degit, and after installation, it requires npm install and npm run dev to run.
The Svelte-dotnet app template is a convenient starter template for building Dotnet+Svelte applications. It provides integration with Dotnet, includes the default Svelte app template, and has a matching Rollup configuration. By following the installation steps, developers can quickly set up their development environment and start building their applications.

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.