/fz-test

Primary LanguageTypeScript

View Search

How to start aplication

  1. install dependencies
yarn install
  1. copy .env.example and remove the text .example for generate the variables

  2. run dev server

yarn dev

How to run test

  1. run test all test
yarn test
  1. run coverage aplication
yarn coverage
  1. run test E2E
yarn cypress

Tools 🔨

  • React
  • TypeScript
  • Vite
  • Tailwind
  • Axios
  • Cypress
  • Testing Library
  • Jest
  • CI/CD Github Actions