More Premium Hugo Themes Premium Svelte Themes

Svelte Dotnet App

Template repo for .NET6 backend + svelte frontend

Svelte Dotnet App

Template repo for .NET6 backend + svelte frontend

Author Avatar Theme by lizzard77
Github Stars Github Stars: 7
Last Commit Last Commit: Nov 5, 2022 -
First Commit Created: Dec 18, 2023 -
Svelte Dotnet App screenshot

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.

Installation:

To install the Svelte-dotnet app template, follow these steps:

  1. Manually clone the repository or use degit: npx degit https://github.com/lizzard77/svelte-dotnet-app \<new-folder-name>
  2. Run npm install to install the required dependencies.
  3. Run npm run dev to start the development server.

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.