angular-http-server
angular-http-server copied to clipboard
Simple http-server for single-page apps (SPAs)
Add's a simple proxy to the project. Proxy should be configured by adding a proxyConfig to your config file. For details view README.md #30
Would be nice to have a switch to enable compression. I'm using this to test my Angular production build and auditing via Lighthouse. Compression seems to be the major bottleneck...
I'd like to make sure that the browser does not cache any responses sent from the server. As such, I would propose adding `--header` command line arguments that would allow...
Hello, thank you for the great tool, I found it really useful and sufficient to use for testing a multilanguage Scully app locally. But the problem is that the server...
dist/myapp/index.html: `` 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`
closes: https://github.com/simonh1000/angular-http-server/issues/26 This change is to add compression (gzip and deflate) support for content `['application/javascript', 'application/json', 'text/html', 'text/css']` automatically (without a command line switch) based on the `Accept-Encoding` request header...
I am not able to find any option to enable proxy to the local backend server. Is it possible as of now?
We had a PR to add auto-incrementing of the port. I'm not going to take it for technical reasons, but the question remains as to whether this is a feature...