The project has 3 packages in a lerna
monorepo:
- packages
-- client
-- ui
-- ui-kit
ui-kit
being the "app". With npm run dev
inside packages/ui
you run the Stencil dev-server + a watch on the 2 dependencies.
client
is a simple utility/commons kinda package bundled with rollup
whereas ui-kit
is a design system if you will.
It's not the fastest solution but a workaround.