Projects based on YouTube video https://youtu.be/LIfIRdRlD58
Learn SvelteJS - a modern JavaScript compiler which produces lightweight, high performance web apps.
npm create vite@latest svelte-first-steps -- --template svelte
cd svelte-first-steps
npm install
npm run dev