Skip to content

React UI kit where each component can be used as a stand-alone module

License

Notifications You must be signed in to change notification settings

JR-NodePI/fratch-ui

Repository files navigation

fratch-ui

React UI kit where each component can be used as an stand-alone module.

NPM Publish Artifact pages Coverage

Coverage Storybook npm


yarn scripts

linters
  • yarn format uses prettier to format the code
  • yarn lint applies eslint rules
build and development
  • 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

publishing
  • dist:files copies the files to the dist folder

  • dist:publish publishes the dist folder to npm

  • dist runs dist:files, create the npm package and dist:publish

testing
  • yarn test runs the tests
  • yarn test:cover runs the tests and generates a coverage report