Getting started
Installation
The solution is composed of 3 startup projects:
- AstraStarter. Api - NET 9 Web Api project
- AstraStarter. Web - SvelteKit (Svelte 5) project for Dashboard (static page)
- AstraStarter. LandingPage - Svelte Kit (Svelte 5) project with full routing and server rendered pages.
Let's get you setup with .NET and Node first.
Download and install .NET 9 SDK for your favorite operating system (Mac, Linux or Windows)
Open your Terminal or Command Prompt and confirm the installation:
dotnet --version
9.0.102
Download and install Node.js also for your favorite operating system (Mac, Linux or Windows) and confirm the installation:
node --version
v22.13.0