Skip to content

Instantly share code, notes, and snippets.

@fnbk
Last active December 18, 2015 18:19
Show Gist options
  • Save fnbk/5824679 to your computer and use it in GitHub Desktop.
Save fnbk/5824679 to your computer and use it in GitHub Desktop.
serve current directory tree at http://localhost:5000
$ python -m SimpleHTTPServer 5000
$ ruby -run -e httpd -- -p 5000 .
$ npm install -g http-server
$ http-server your-folder/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment