Last Updated: February 25, 2016
·
453
· netzzwerg

Start Server & Open Browser (one-liner)

Go to your directory with web stuff

cd /your/dir/with/web/stuff

and now start an webserver and open your browser with this one liner

python -m SimpleHTTPServer 8080 & open "http://localhost:8080"