Template for new projects with support to Storybook (v7.0.0-rc.5), SvelteKit (v1.12.0), Typescript, Plop, Vitest and Tailwind CSS.
Read more here about Creating a repository from a template.
# Install the project dependencies.
npm run install # pnpm install
# Run Storybook
npm run storybook # pnpm storybook
It makes use of plopjs to scaffold all the files (definition, test suite, story) for a new component.
npm run plop
Free and open-source software under the MIT License