Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 367 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 367 Bytes

mock-web

The web provides URLs for testing.

Prerequisite

Either Node.js http-server

or Python HTTP servers

Usage

For Node.js http-server

http-server -p 8080

For Python HTTP servers

python3 -m http.server 8080 --bind 127.0.0.1