My first working Svelte app with reactive UI and component composition.
Install the dependencies...
npm install npm run dev
Navigate to localhost:5173.
To create an optimised version of the app:
npm run build