{
"$type": "site.standard.document",
"path": "/simple-http-server-for-any-folder-via-python-2/",
"publishedAt": "2016-07-27T20:01:07.000Z",
"site": "at://did:plc:6gssgguzeecdttuw4gpdshg2/site.standard.publication/self",
"tags": [
"python",
"tips"
],
"textContent": "Ever need to have create a web server for an arbitrary folder on your Mac? Python provides a super nice and quick one liner to do this:\n\npython -m SimpleHTTPServer 8080\n\nBoom! A running server in whatever folder you typed that command in.",
"title": "Simple HTTP Server for any folder via python"
}