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