svelte-starter

Svelte Starter

svelte starter kit

A starter template for Svelte, TailwindCSS and Storybook

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

Svelte + TailwindCSS + Storybook

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.

TODO List for used in big project

  • Pre Commit Hooks
  • Test Framework
  • SSR Support
  • PWA Support

License

Top categories

Loading Svelte Themes