@cartiv/app-storybook
v1.2.0
Published
[![Storybook](https://camo.githubusercontent.com/302badad5b2c7f7fa0929dadc1ca0ca7cdf2e8f0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73746f7279626f6f6b2d72656163742d3030643866662e7376673f636f6c6f72413d653136313863266c6f676f3d646174613a696d6
Downloads
2
Keywords
Readme
App Storybook
This app is the style guide displaying all of the components we build in an isolated environment.
When you work on a component you would want to run only this component and the storybook app in dev mode. To achieve this, create an npm script in the main package.json that looks like this:
"COMPONENT_NAME-dev":"lerna run --parallel dev --scope=*{@cartiv/app-storybook, @cartiv/COMPONENT_NAME}*"