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:
- Manually clone the repository or use degit:
npx degit https://github.com/lizzard77/svelte-dotnet-app \<new-folder-name> - Run
npm installto install the required dependencies. - Run
npm run devto 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.