-
Create the application.
Use degit to get this template.
# Clone the template npx degit chromaui/intro-storybook-angular-template taskbox
-
Install the dependencies.
Navigate into your new site’s directory and install the necessary dependencies.
# Navigate to the directory cd taskbox/ # Install the dependencies npm install
-
Open the source code and start editing!
Open the
taskbox
directory in your code editor of choice and building your first component! -
Browse your stories!
Run
npm run storybook
to see your component's stories athttp://localhost:6006
.
- Read our introductory tutorial at Learn Storybook.
- Learn how to transform your component libraries into design systems in our Design Systems for Developers tutorial.
- See our official documentation at Storybook.