what’s the story with StoryBook
Storybook is a great UI testing tool and is simple to install in your react project. To install enter the following. Now check that is running by typing Storybook will compile and present a page like the following. If not navigate to ‘http://localhost:6006/’. The storybook example also installs some react components that you can play… Read More »