Skip to content

a Svelte template using the latest .net core and hot reloading

License

Notifications You must be signed in to change notification settings

nelsontkq/dotnet-svelte-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-svelte-template

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.

Using degit

degit https://github.com/nelsontkq/dotnet-svelte-template/DotnetSvelteApp

Install the Template

dotnet new --install Nelsontkq.Svelte

Use the template

Simply enter this command in a folder to get a ready to run .net core application with a svelte frontend. dotnet new svelte