# Using Storybook as a styleguide for component development 1. Change to the `storybook-html` package directory ```shell $ cd packages/storybook-html ``` 2. Run Storybook to launch the application at localhost:6006 ```shell $ npm run storybook ```