Closed samuelmeuli closed 5 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
@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
I've updated the READMEs in angular-app
and react-app
.
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.index.html
similar to @ittaibaratz's in https://github.com/adobe/aem-spa-project-archetype/issues/113#issuecomment-542790405 but usedlocation.pathname
instead oflocation.href
so it can work on any localhost port.npm start
to open the browser automatically (and removed some unnecessary CLI options).