Skip to content

Instantly share code, notes, and snippets.

@digitaljhelms
Last active September 17, 2020 11:01
Show Gist options
  • Save digitaljhelms/5247192 to your computer and use it in GitHub Desktop.
Save digitaljhelms/5247192 to your computer and use it in GitHub Desktop.
A faster, less buggy alternative to "python -m SimpleHTTPServer"
$ npm install -g http-server
$ http-server -p 8000 -a foo.bar.com

Would serve PWD at http://foo.bar.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment