@georgiayloff/http-proxy-server
v0.3.0
Published
An http server that serves static files and allows proxying to other servers
Readme
Http proxy server
A simple http proxy server that serves static files for a specific destination and can proxy to other servers based on a relative path
Installation
npm install --save-dev @georgiayloff/http-proxy-serveror
yarn add -D @georgiayloff/http-proxy-serverUsage
npm run http-proxy-server <path-to-config>or
yarn http-proxy-server <path-to-config>