Getting started
Installation
The solution is composed of 3 startup projects:
- Api - NET 9 Web Api project
- Dashboard - SvelteKit (Svelte 5) project for Dashboard (static page)
- 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 preferred operating system (Mac, Linux, or Windows).
Open your terminal or command prompt and confirm the installation by running:
dotnet --version
9.0.102
Download and install Node.js for your preferred operating system (Mac, Linux, or Windows), and confirm the installation by running:
node --version
v22.13.0
Next:
Lanuching