@2tienda/2tienda-components
v0.0.9
Published
A Design System code base of React components used across all 2tienda web applications.
Readme
2tienda Components
A Design System code base of React components used across all 2tienda web applications.
Start
Start 2tienda Storybook:
npm run devBuild components library
Buid components and their css files by running
npm run buildBuild Storybook
Run this script to build the Storybook library to allow reviewing the components
npm run build:componentsLinting components
Execute stylelint by running:
npm run lintReinstall dependencies
Remove the package-lock.json, node_modules folder and reinstall all dependencies by running:
npm run phoenix