zimbabao / servelocal

Serve local/custom content for an url for testing and debugging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serve custom content

Helpful in testing/debug javascript on different sites

Locally run a webserver with your custom content eg.

mkdir custom_content_dir && cd custom_content_dir

python -m SimpleHTTPServer

Add pattern and url to redirect.

About

Serve local/custom content for an url for testing and debugging


Languages

Language:JavaScript 86.0%Language:HTML 14.0%