Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

histoire histoire-svelte plopjs sveltekit tailwindcss template-project template-repository typescript vitejs vitest

Last synced: 10 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Histoire + SvelteKit + TS + Vitest + Tailwind CSS

Template repository for new projects with support to Histoire, SvelteKit, 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 Histoire

```bash
# Install the project dependencies.
npm run install # or pnpm install

# Run Histoire
npm run story # pnpm story
```

## 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 (or pnpm plop)
```

## License

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