To improve overall code maintainability, consider either decoupling the frontend (FE) code into a separate repository or reorganizing the current project structure for clearer separation of concerns. This could involve moving FE components, assets, and related tooling to their own repo, or restructuring folders within the current project to clearly delineate frontend from backend. Analyze which approach would best support future growth and maintainability, and implement the chosen strategy.
To improve overall code maintainability, consider either decoupling the frontend (FE) code into a separate repository or reorganizing the current project structure for clearer separation of concerns. This could involve moving FE components, assets, and related tooling to their own repo, or restructuring folders within the current project to clearly delineate frontend from backend. Analyze which approach would best support future growth and maintainability, and implement the chosen strategy.