# Install dependencies
yarn install
# Run the app
yarn start
# Build the app
yarn build
# Run tests
yarn test
# Run tests coverage
yarn coverage
# Start storybook
yarn storybook
- Run cypress
yarn run cypress:open
- Select E2E testing
- Choose Chrome as a browser
- Click on Start