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"
Written by Béla Varga
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#