Skip to content

Instantly share code, notes, and snippets.

@hitautodestruct
Created May 6, 2015 12:06
Show Gist options
  • Save hitautodestruct/455813809a47a98f5abd to your computer and use it in GitHub Desktop.
Save hitautodestruct/455813809a47a98f5abd to your computer and use it in GitHub Desktop.
Small nodejs server

A good "ready-to-use tool" option could be http-server:

npm install http-server -g

To use it:

cd D:\Folder
http-server

Or, like this:

http-server D:\Folder

Check it out: https://github.com/nodeapps/http-server

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