Instant Web Server From Current Directory
Published: 04 Apr 2012
Ever wanted to run a web server from the current directory with no setup and no fuss?
Here's how: python -m SimpleHTTPServer 8888
Ever wanted to run a web server from the current directory with no setup and no fuss?
Here's how: python -m SimpleHTTPServer 8888