This repository contains an example project used to display the capabilities of Storybook.
The repo starts from a React simple boilerplate and then adds all the demo features in 4 steps:
- step0, the example starting point (already containing the redux news module)
- step1, add a first simple component (the page Header) and a more comple one (VerticalBox)
- step2, a slightly complex component rendered in two different stories (the HorizontalBox component)
- step3, add the remaining other components
- step4, add the integration between the UI and the redux modules.