UIs are built from the “bottom up” starting with basic components then progressively combined to assemble screens.
We keep one step at a time by following this Component driven approach. Storybook is a tool for UI development to showcase components that are being developed.
It makes development faster and easier by isolating components. This allows you to work on one component at a time. You can develop entire UIs without needing to start up a complex dev stack, force certain data into your database, or navigate around your application.
Basically work in chunks! 😊
I'll show you how to setup Storybook in Angular, and configure couple useful addons that are shipped with Storybook to create a Style guide (Minimal Design systems). Interesting huh? RSVP now to reserve your spot.
Check out Deck to learn more about this talk.
Run npm run storybook to run Storybook in your local machine.
Run npm run build-storybook to build static site for Storybook.
Run deploy-storybook to publish Storybook static site to GitHub pages.
Buzz me on Twitter | Join our Angular Hive Meetup group.
To get more help on this project, join our Discord Channel.