Here lives the repo of Internxt Mail (Web)
- React with TypeScript
- Vite as build tool and dev server
- CodeRabbit for AI-powered code review
- Node.js >= 24
git clone <repository-url>
cd mail-web
npm installThen, add the correct environment variables (using the .env.example)
npm run devnpm run buildnpm run previewsrc/
├── assets/ # Static assets (images, fonts, icons)
├── components/ # Shared, reusable UI components
├── features/ # Self-contained feature modules
├── hooks/ # Custom React hooks
├── services/ # Services (API clients, singletons)
├── routes/ # Route definitions and configuration
├── store/ # Global state management
├── i18n/ # Internationalization and translations
└── types/ # Shared TypeScript type definitions