Password validation component that is able to get multiple validation requirements to run after changes.
- Node js 16 or higher.
- Clone this repo in your dev environment.
- Get to the project folder after clone, e.g: cd password-validation
- Run
npm install. - Run
npm run devto get the vite App running. - Access
localhost:5173on your browser.
- Run
npm run test