Developing a React component with Storybook
This page provides instructions for developing a React component using the Storybook UI editor.
Contents:
Starting Storybook
To start Storybook, follow the instructions below:
-
From the root directory of your application, run the command below:
$ yarn run storybook
-
Open Google Chrome and navigate to http://localhost:6006
Using Storybook
For more information on using Storybook, see the documentation on the Storybook website.