dist/myapp/index.html:
<base href="/my/app/here/">
command:
npx angular-http-server -p 9001 --path dist/myapp --baseHref '/my/app/here/'
it cannot resolve all .js files, so it returns index.html for each request:
Route dummy, replacing with index.html