Check out the DEMO
- Static Test
- TypeScript, ESLint, Stylelint
- first of all, must set up a static test enviroment
- Unit Test
- Jest, Vitest
- to run a test for custom hooks or a component
- as documentation
- Integration Test
- React Testing Library
- E2E Test
- Playwright
install dependencies
$ yarndevelop ui components with storybook
$ yarn storybooklint code with eslint
$ yarn run lintformat code with prettier
$ yarn run prettierlint code with stylelint
$ yarn run stylelint