indaco / storybook-sveltekit

Template for new projects with support to Storybook, SvelteKit, Typescript, Plop, Vitest and Tailwind CSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storybook + SvelteKit + TS + Tailwind CSS + Vitest

Template for new projects with support to Storybook (v7.0.0-rc.5), SvelteKit (v1.12.0), Typescript, Plop, Vitest and Tailwind CSS.

Usage

  1. Above the file list for this template, click Use this template.

Read more here about Creating a repository from a template.

Run Storybook

# Install the project dependencies.
npm run install # pnpm install

# Run Storybook
npm run storybook # pnpm storybook

Create a new component

It makes use of plopjs to scaffold all the files (definition, test suite, story) for a new component.

npm run plop

License

Free and open-source software under the MIT License

About

Template for new projects with support to Storybook, SvelteKit, Typescript, Plop, Vitest and Tailwind CSS.

License:MIT License


Languages

Language:JavaScript 46.4%Language:TypeScript 21.4%Language:Svelte 10.7%Language:Handlebars 10.3%Language:CSS 8.0%Language:HTML 3.2%