A Svelte Kit + daisyUI + Typescript web app project skeleton
- Svelte Kit (with Vite)
- DaisyUI
- TailwindCSS
- Theme change
- Clone or download the repository
- Enter the
app
folder - Use
npm install
to install the dependencies - Use
npm run dev
to run the development server - ???
- Money
These are the configuration files:
- package.json
- postcss.config.cjs
- svelte.config.js
- tailwind.config.js
- tsconfig.js
- vite.config.ts
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.