adobe / aem-spa-project-archetype

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

Redirect to app root on dev server #118

Closed samuelmeuli closed 4 years ago

samuelmeuli commented 4 years ago
Q                       A
Fixed Issues? Closes #113
Patch: Bug Fix? No
Minor: New Feature? Yes
Major: Breaking Change? No
Tests Added + Pass? No
Documentation Provided Yes (code comments)
Any Dependency Changes? No
License Apache License, Version 2.0

Configures the Angular/React apps to automatically navigate to the app root (instead of /) in development mode. The app fails at the root with a very unhelpful error message, see #113 for details.

habansal commented 4 years ago

@samuelmeuli Looks good to me. Do we need any Readme updates as well or will you take care of that via https://github.com/adobe/aem-spa-project-archetype/pull/119

samuelmeuli commented 4 years ago

@habansal I'd suggest merging the README PR first (maybe even to master), and I'll rebase this one on top of it and make the necessary changes

samuelmeuli commented 4 years ago

I've updated the READMEs in angular-app and react-app.