Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmachens/storybook-html
Full configured Storybook for HTML
https://github.com/lmachens/storybook-html
css hacktoberfest html livingstyleguide storybook template
Last synced: about 2 months ago
JSON representation
Full configured Storybook for HTML
- Host: GitHub
- URL: https://github.com/lmachens/storybook-html
- Owner: lmachens
- License: mit
- Created: 2020-07-19T18:29:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T20:16:44.000Z (about 2 years ago)
- Last Synced: 2024-10-02T09:53:42.423Z (3 months ago)
- Topics: css, hacktoberfest, html, livingstyleguide, storybook, template
- Language: JavaScript
- Homepage: https://storybook-html.vercel.app/
- Size: 2.71 MB
- Stars: 40
- Watchers: 2
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Storybook HTML
This repository demonstrates how to use [Storybook](https://storybook.js.org/) for HTML and CSS/SCSS. You can use this repository as template.
## Getting Started
- Install dependencies with `npm install`.
- Run Storybook with `npm run storybook`.## Tests
This repository validates your HTML, CSS/SCSS and JS code with [HTMLHint](https://htmlhint.com/), [stylelint](https://stylelint.io/) and [ESLint](https://eslint.org/). You can call `npm run test` and/or install editor extensions.
### VSCode extensions
- [HTMLHint extension](https://marketplace.visualstudio.com/items?itemName=ctf0.htmlhint)
- [stylelint extension](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint)
- [ESLint extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)