React UI kit where each component can be used as an stand-alone module.
yarn format
uses prettier to format the codeyarn lint
applies eslint rules
-
yarn start
starts the development server -
yarn build
builds the components library -
yarn storybook:build
builds the storybook -
yarn storybook:preview
starts the preview server with the built storybook
-
dist:files
copies the files to the dist folder -
dist:publish
publishes the dist folder to npm -
dist
runsdist:files
, create the npm package anddist:publish
yarn test
runs the testsyarn test:cover
runs the tests and generates a coverage report