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