Install sveltekit using graphql

Shoe

graphql and sveltekit

Run 

terminal/ cmd

npm create [email protected] my-app 

or 

terminal/ cmd

npm create [email protected] . 

Run

terminal/ cmd

npm install

Add tailwind using npx and svelte-add

terminal/ cmd

npx [email protected] tailwindcss

Install Graphql & daisyui with npm

terminal/ cmd

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

Create a .env file to place the API query here