A stencil + storybook boilerplate repo
After cloning the repo, run yarn
to install the dependencies.
Before you run storybook for the first time, run yarn build:stencil
to generate the initial stencil build files.
After this, you can run yarn watch
to start stencil build in watch mode and storybook. This will enable changes to stencil components to be refreshed in the storybook.