To run storybook:
npm run storybook
# or
yarn storybook
Open http://localhost:6006 with your browser to see the result.
You can start adding the stories by modifying components/yourcomponent/component.stories..js
. The page auto-updates as you edit the file.
To learn more about storybook.js, take a look at the following resources:
- Storybook.js Documentation - learn about storybook.js.
- Videos for storybook.js - storybook.js tutorial by Codevolution.
You can connect with me on twitter at @relativelyrehan and LinkedIn @relativelyrehan- your feedback and contributions are welcome!