2.0.0 • Published 7 years ago
@exemplar/storybook v2.0.0
@exemplar/storybook
Add storybook and exemplar to your package
npm i --save-dev @exemplar/storybook @storybook/react@4 @storybook/addonsAdd storybook scripts to your package.json:
{
"scripts": {
"storybook": "start-storybook -p 9001 -c ./node_modules/@exemplar/storybook"
}
}Before you can run storybook you will need create some @exemplar style
examples: see the example structure in a nutshell