runs storybook for your angular projects the angular way.
To install storybook-runner just execute ng add storybook-runner
.
The schematic will add the builder and requiered storybook configuration to your default project.
To install for a specific project use the --project switch.
The builder can be configured via the angular workspace configuration file. It provides reasonable defaults.
To use the builder just run ng run <projectName>:storybook
, where projectName is the name of the project for which you want to start the storybook dev-server.