Relative Content

Tag Archive for angularstorybooknomachine-nx

Storybook and NX: One main Storybook instance for all projects

I have 7 angular apps inside nx monorepo, those apps use visual components stored in shared-ui lib. What I need to achieve is to implement a new project with storybook, and then inside that new project generate all stories for those visual components. The purpose is to have that project deployed with specific url in order for UX guys to see at any time all components already implemented.