1.2.0 • Published 5 years ago

@cartiv/app-storybook v1.2.0

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

App Storybook

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}*"