This repository is used as an exercise for the neuefische bootcamp cgn-web-21-4
. The task is to get comfortable with Component Driven Development using Storybook for HTML and CSS/SCSS.
All components are based on this Figma Community design. Thanks to @salman for creating and sharing this UI Kit
- 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.