A Svelte template using asp.net 6.0 and hot reloading.
This template is ready to debug right away with a simple dotnet run
. For Svelte intellisense for VS Code, add the
official extension.
degit https://github.com/nelsontkq/dotnet-svelte-template/DotnetSvelteApp
dotnet new --install Nelsontkq.Svelte
Simply enter this command in a folder to get a ready to run .net core application with a svelte frontend.
dotnet new svelte