0:00 Intro
0:21 Installing storybook in your React application
1:03 Creating your first story
1:55 Creating variants
2:10 Installing and using knobs
Gitlab
https://gitlab.com/gladio-code/storybook-in-react
Storybook
https://storybook.js.org/docs/basics/introduction
Commands used in the video (chronological)
npm run start (to start the app)
npx -p @storybook/cli sb init
npm run storybook
npm install @storybook/addon-knobs