Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/indaco/storybook-sveltekit

Template for new projects with support to Storybook, SvelteKit, Typescript, Plop, Vitest and Tailwind CSS.
https://github.com/indaco/storybook-sveltekit

plopjs storybook sveltekit tailwindcss template-project template-repository typescript vitejs vitest

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) about Creating a repository from a template.

## Run Storybook

```bash
# 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](plopjs.com) to scaffold all the files (definition, test suite, story) for a new component.

```bash
npm run plop
```

## License

Free and open-source software under the [MIT License](LICENSE)