A Svelte Kit + daisyUI + web app project template
app
foldernpm install
to install the dependenciesnpm run dev
to run the development serverThese are the configuration files, aside from package.json
:
The adapter used to specify how the app should be build is set to static
at the moment. This means the build will be a collection of static files ready to be served by any web server (Caddy, Nginx, Flask etc.).
Follow this guide to change the adapter.
The project has been migrated to Svelte 5 + DaisyUI 5 + Tailwind 4 and it has a couple of examples