web-ui-template Svelte Themes

Web Ui Template

A simple svelte kit + vite + daisyUI project skeleton

web-ui-template

A Svelte Kit + daisyUI + web app project template

Libraries and Frameworks

Installation

  1. Clone or download the repository
  2. Enter the app folder
  3. Use npm install to install the dependencies
  4. Use npm run dev to run the development server
  5. ???
  6. Money

Configuration and developement

These are the configuration files, aside from package.json:

  • svelte.config.js
  • tsconfig.json
  • 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 collection of static files ready to be served by any web server (Caddy, Nginx, Flask etc.). Follow this guide to change the adapter.

Svelte Runes

The project has been migrated to Svelte 5 + DaisyUI 5 + Tailwind 4 and it has a couple of examples

Top categories

Loading Svelte Themes