React + TypeScript + Vite

This is a challenge to make a basic Back-Office with a login, register and a user management.

The backend use the moked api: https://reqres.in/

How to run

Install

  // npm
  npm install --legacy-peer-deps

  // Yarn (recomended)
  yarn
}

To run

  // npm
  npm run dev

  // Yarn (recomended)
  yarn dev

To test

  // npx
  npx cypress open

  // Yarn (recomended)
  yarn cypress open

Other features