web-ui-template Svelte Themes

Web Ui Template

A simple svelte kit + vite + daisyUI project skeleton

web-ui-template

A Svelte Kit + daisyUI + Typescript web app project skeleton

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:

  • 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.

Top categories

Loading Svelte Themes