Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)