Más información - Docs Oficiales
- Instalar TypeScript y tipos de Node, como dependencia de desarrollo
npm i -D typescript @types/node
- Inicializar el archivo de configuración de TypeScript ( Se puede configurar al gusto)
Más información - Docs Oficiales
npm i -D typescript @types/node
| Crear una landing page diseño "pixel perfect" con muy buena UX/UI con transiciones modernas, inspirate los detalles de la captura de la landing que adjunte quiero que sea igual o casi igual, video en el centro que tiene un efecto hover, usa una imagen de upsplash que sirva como cover de un video. standard 16:9 aspect ratio.standard 16:9 aspect ratio. | |
| Key Design Elements: | |
| Clean, minimal design with lots of whitespace | |
| Soft, mint/sage green background (#F7F9F8) | |
| Modern typography with a bold headline and subtle descriptive text | |
| Centered video player with hover effects and rounded corners | |
| Small "Updated" badge with subtle styling | |
| Professional navigation bar with clear hierarchy |
| export class Validators { | |
| static get email() { | |
| return /^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,6}$/; | |
| } | |
| static get password(){ | |
| // Password Validation (8+ characters, 1 uppercase, 1 lowercase, 1 number, 1 special character) | |
| return /^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,}$/ | |
| } |
| # KYC Docs - Sumsub | |
| ## Web SDK Settings | |
| You will configure this properties to your project: | |
| | Property | Example |Type | | |
| | ----------- | --- |----------- | | |
| | Domain | http://localhost:8081 |String or [String] | | |
| | Secret Key (JWT) | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... | String | | |
| | Success Redirect URL| https://exmapledomain.com/success | String | |