mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 10:11:47 +08:00
613 B
613 B
id | title |
---|---|
quick-start-guide | Quick Start Guide |
Storybook is very easy to use. You can use it with any kind of React or Vue project. Follow these steps to get started with Storybook.
cd my-project-directory
npm i -g @storybook/cli
getstorybook
This will configure your app for Storybook. After that, you can run your Storybook with:
npm run storybook
Then you can access your storybook from the browser.
To learn more about what getstorybook
command does, have a look at our Start Guide for React or Start Guide for Vue.