Project that brings together interface components that use the main libraries and frameworks of the front end development community.
// Vanilla
// localhost:9500
yarn storybook:vanilla
// React
// localhost:9001
yarn storybook:react
// Vue
// localhost:9002
yarn storybook:vue
// Angular
// localhost:9003
yarn storybook:angular
// Vanilla
yarn build-storybook:vanilla
// React
yarn build-storybook:react
// Vue
yarn build-storybook:vue
// Angular
yarn build-storybook:angular