Responsible for web components to be shared by microfrontends.
Storybook
- Run
npm start
ornpm run storybook
Tests
- Run
npm run test
to run all tests. - Run
npm run test-watch
to run all tests in watch mode. - Run
npm run test-coverage
to check test coverage.
Linting and Code Formatting
- Run
npm run lint
to run linter and fix lint errors. - Run
prettier --write .
to format code.
Note: Please read through the documentation on notion for instructions on storybook UI tests and other relavant info.