Skip to content

Template repo for dotnet 5 backend + svelte frontend

Notifications You must be signed in to change notification settings

tinhtm/svelte-dotnet-app

 
 

Repository files navigation

svelte-dotnet app template

This is what I personally derived from a lot of sources as my starter for dotnet+svelte apps

Consists of the default svelte app template and a preconfigured dotnet project, along with a matching rollup config to run.

To use, clone/degit this repo (or click "Use Template"), npm install, then npm run dev

How to re-create this template

npx degit sveltejs/template <DIR>
cd <DIR>
dotnet new web --no-https
mv src svelte-app
mv public wwwroot

Then follow the steps here to fix rollup.config.js and Startup.cs

About

Template repo for dotnet 5 backend + svelte frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.6%
  • C# 25.5%
  • CSS 6.0%
  • Svelte 3.1%
  • HTML 2.8%