10000 GitHub - educastellano/proxy: A proxy to bind your apps to an API during development.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

educastellano/proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy

A proxy to bind your apps to an API during development.

Install

npm install @educastellano/proxy --save-dev

Usage

Useful as a script in your package.json:

{
    "start": "proxy --url http://mytestserver.com --static app"
}

CLI Options

--host <host>      // Host to bind (default 127.0.0.1)
--port <port>      // Port to bind (default 8080)
--url <url>        // Remote url 
--static <folder>  // Folder for static files

Changelog

1.0.0

  • Initial release

About

A proxy to bind your apps to an API during development.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published
0