starter from: Svelte + TailwindCSS + Storybook
// Quickstart
npx degit HyuArzani/svelte-starter my-svelte-project
cd my-svelte-project
git init // avoid husky error
yarn
yarn dev
yarn stories
Storybook is an open source tool for developing JavaScript UI components in isolation
Svelte is a component framework that allows you to write highly-efficient, imperative code, that surgically updates the DOM to maintain performance.
TailwindCSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override.