A story is a code snippet that renders an example of a component in a specific state. A Storybook is a collection of stories. Each story represents a single visual state of a component.
Technically, a story is a function that returns something that can be rendered to screen.
yarn install
yarn serve
yarn build
yarn test:unit
yarn test:e2e
yarn lint