# Developing a React component with Storybook

This page provides instructions for developing a React component using the Storybook UI editor.

## Starting Storybook

To start Storybook, follow the instructions below:

1. From the root directory of your application, run the command below:

   ```
   $ yarn run storybook
   ```
2. Open Google Chrome and navigate to <span>http://</span>localhost:6006

## Using Storybook

For more information on using Storybook, see the [documentation](https://storybook.js.org/docs/get-started/install) on the Storybook website.
