Install sveltekit using graphql


Run
npm create svelte@latest my-appor
npm create svelte@latest .Install Node Modules
npm installAdd tailwind using npx and svelte-add
npx svelte-add@latest tailwindcssInstall Graphql & daisyui with npm
npm i -D graphql-request graphql env-cmd daisyui @tailwindcss/typographyCreate a .env file to place the API query here

Improve caching and performance in SvelteKit by importing images from src/lib instead of static. Learn why and how this approach works.

Learn how to use the GitHub REST API to read and display files like sitemap.xml in your SvelteKit application. A step-by-step guide for developers.