This repository demonstrates how to use Storybook for HTML and CSS/SCSS with WEB Components.
Boilerplate:
- web components in JS
- CSS
- storybook
- Install dependencies with
npm install. - Run Storybook with
npm run storybook.
This repository validates your HTML, CSS/SCSS and JS code with HTMLHint, stylelint and ESLint. You can call npm run test and/or install editor extensions.