adobe / aem-spa-project-archetype

Maven Archetype for creating new AEM SPA projects
Apache License 2.0
61 stars 32 forks source link

Remove leftover SSR code, set up proxy #94

Closed samuelmeuli closed 4 years ago

samuelmeuli commented 5 years ago
Q                       A
Fixed Issues? Closes #74, closes #58
Patch: Bug Fix? No
Minor: New Feature? Yes
Major: Breaking Change? No
Tests Added + Pass? No
Documentation Provided No
Any Dependency Changes? No
License Apache License, Version 2.0

This PR removes leftover code related to server-side rendering. It also removes the custom model clients (which are not needed without SSR) and sets up proxying to serve the *.model.json files in development mode instead.