/storybook-builder

Primary LanguageTypeScriptMIT LicenseMIT

Build Status semantic-release GitHub

Storybook Builder

runs storybook for your angular projects the angular way.

Installation

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.

Configuration

The builder can be configured via the angular workspace configuration file. It provides reasonable defaults.

Usage

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.