svelte-gradient

Svelte Gradient

Svelte gradient input

STTCV - Svelte / Typescript / Tailwind / Component / Vite Template

Build libraries fast using Svelte, TypeScript, Tailwind, and Vite, along with Jest for testing.

If you're looking to build a site without making a component library, check out srmullen/sttv for any repo, or a modified version for github pages

Installation

npx degit "LeoDog896/sttcv#main" my_app
cd my_app
npm install

Scripts

Start a dev server

npm run dev

Run tests

npm run test or npm run test:watch

Build the library

npm run build

Build the site

npm run build:site

Build both the library and the site

npm run build:all

Publish the library

npm run publish

Top categories

Loading Svelte Themes