Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 623 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 623 Bytes

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