Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Front End Test Setup

Carwyn Stephen edited this page Feb 19, 2018 · 2 revisions

Storybook

I've included storybook in this project, mainly because when I work with designers who know the basics of building components with HTML, it can be a very useful tool for visually building components/maintaing a library of the components you have (I find one of the most useful pages you can have is a page showing all your SVG icons along with their names). Another added benefit of storybook is the potential to use something like screener in your build to detect changes in your UI through storybook, and only allowing the build to pass after manually checking all those UI changes.

Clone this wiki locally