Storybook을 통해 화면을 확인 할 수 있는 React + TypeScript로 제작된 UI 컴포넌트
preview 경로: https://charmmming7.github.io/react-ts-component/storybook
npm install
or
yarn install
npm run storybook
or
yarn storybook
npm run build-storybook
or
yarn build-storybook
chromatic
Preference > Settings > Workspace > settings.json
{
"editor.formatOnSave": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": [
"source.fixAll.format",
"source.fixAll.eslint",
"source.fixAll.stylelint",
],
}