Docs
Installation
Installation
How to install dependencies and structure your app.
Foghorn
Create project
Copy the apps/web folder to your project
npm create svelte@latest my-app
Profit
Use the svelte-add CLI to add Tailwind CSS to your project.
npx svelte-add@latest tailwindcss
On This Page