Svelte Dotnet App

screenshot of Svelte Dotnet App
svelte

Template repo for .NET6 backend + svelte frontend

Overview:

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.

Features:

  • Dotnet Integration: The template comes with a preconfigured Dotnet project, making it easy to integrate Dotnet with Svelte applications.
  • Svelte App Template: The default Svelte app template is included, providing a starting point for developing frontend components.
  • Matching Rollup Config: The template includes a matching Rollup configuration, ensuring that the application can be built and run seamlessly.

Summary:

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.

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.