This repository demonstrates how to use Storybook for HTML and CSS/SCSS. You can use this repository as template.
- Install dependencies with
npm install
. - Run Storybook with
npm run storybook
.
You can deploy this Storybook to GitHub Pages with npm run deploy-storybook
. See storybook-deployer for more details.
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.