Description
This PR includes the migration from Create React App (CRA) to Vite, along with the necessary configuration changes to support the new build tool.
Key updates:
- Replaced CRA tooling with Vite
- Updated scripts in package.json
- Adjusted configuration for environment variables, aliases, and static assets
- Ensured compatibility with existing features and libraries
- Improved build speed and development performance
Related Issues
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
Test all the functionalities/endpoints of the application.