Install sveltekit using graphql

graphql and sveltekit

graphql and sveltekit

graphql
sveltekit

Run

npm create svelte@latest my-app

or

npm create svelte@latest .

Install Node Modules

npm install

Add tailwind using npx and svelte-add

npx svelte-add@latest tailwindcss

Install Graphql & daisyui with npm

npm i -D graphql-request graphql env-cmd daisyui @tailwindcss/typography

Create a .env file to place the API query here