Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Storybook added to project

Compare
Choose a tag to compare
@janhoogeveen janhoogeveen released this 22 Feb 16:29
· 175 commits to master since this release

Big addition: We've added Storybook to the project!

React Storybook is a UI development environment for your React components. With it, you can visualize different states of your UI components and develop them interactively.
It runs outside of your app. So you can develop UI components in isolation without worrying about app specific dependencies and requirements.

We've also made changes to the README, switching npm to yarn in the installation instructions. If you want to test out storybook run yarn storybook