This is a simple react web app, where we have implimented Storybook testing possibilites. Mostly focusing with interaction and accessability testing.
- Accessability and testing enviornment, which is very useful for the Web Development process.
npm install --save-dev react react-dom
npx -p @storybook/cli sb init --type react
yarn add -D @storybook/addon-interactions @storybook/jest @storybook/testing-library
npm install @storybook/addon-a11y
npm i --save @fortawesome/fontawesome-svg-core
npm install --save @fortawesome/free-solid-svg-icons
npm install --save @fortawesome/react-fontawesome
npm i styled-components
npm install @mui/material @emotion/react @emotion/styled
npm install react-day-picker date-fns
npm run storybook (storybook)
npx sb init --builder webpack5