Skip to content

knj-labo/learn_storybook

Repository files navigation

learn_storybook

Netlify Status

Storybook

Check out the DEMO

Think of the Test strategy

  • 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

Usage

install dependencies

$ yarn

develop ui components with storybook

$ yarn storybook

lint code with eslint

$ yarn run lint

format code with prettier

$ yarn run prettier

lint code with stylelint

$ yarn run stylelint

Releases

No releases published

Packages

 
 
 

Contributors