ls1intum / Apollon_standalone

Standalone version of Apollon Editor
MIT License
11 stars 2 forks source link

Refactor Webapp and Server Dependencies to Use Shared Package #109

Closed egenerse closed 1 month ago

egenerse commented 1 month ago

Summary

This PR refactors the webapp and server packages in the monorepo to use the shared package as a centralized dependency source. This change reduces redundancy by consolidating common libraries and dependencies within the shared package, streamlining the monorepo setup.

Changes

Dependency Management

Code Refactoring

Technical Improvements

Testing & Verification

Additional Notes


Checklist