Skip to content

kevinobee/SvelteKit-Aspire

Repository files navigation

SvelteKit-Aspire

Run Svelte using .NET Aspire

Requires

You will also need the Aspire dotnet workload installed locally if you wish to work with the code.

dotnet workload install aspire

Getting Started

To build and run the applications using the DotNet CLI run the following commands:

dotnet restore
dotnet run --project SvelteKit-Aspire.AppHost/

Common Issues