A Svelte Kit + daisyUI + Typescript web app project skeleton
app
foldernpm install
to install the dependenciesnpm run dev
to run the development serverThese are the configuration files:
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 colllection of static files ready to be served by any web server (Caddy, Flask, Apache etc.).
Follow this guide to change the adapter.