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.
To install the Svelte-dotnet app template, follow these steps:
npx degit https://github.com/lizzard77/svelte-dotnet-app \<new-folder-name>npm install to install the required dependencies.npm run dev to start the development server.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.