geovistory / design-system

MIT License
2 stars 1 forks source link

Document how to develop with index.html #59

Closed joschne closed 1 year ago

joschne commented 1 year ago

context Hot reloading using npm run dev is very slow, since we build stencil with react output target and storybook.

We can simplify this: npx stencil build --dev --watch --serve build-watches stencil and serves packages/design-system-web/src/index.html.

goal Improve dev experience:

joschne commented 1 year ago

closing in favor of #62