Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/indaco/storybook-sveltekit
- Owner: indaco
- License: mit
- Created: 2022-10-03T14:51:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T13:51:27.000Z (over 1 year ago)
- Last Synced: 2024-10-11T12:58:56.425Z (26 days ago)
- Topics: plopjs, storybook, sveltekit, tailwindcss, template-project, template-repository, typescript, vitejs, vitest
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)