light-server
light-server copied to clipboard
A lightweight cli static http server and it can watch files, execute commands and trigger livereload
Results
11
light-server issues
Sort by
recently updated
recently updated
newest added
This PR enables path-rewriting when proxying by using [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware). ## as-is we **cannot** proxy below pattern from `http://localhost:8000/api/todos/1` to `http://localhost:8001/api/todos/1` ## to-be we **can** proxy below pattern from `http://localhost:8000/api/todos/1` to...