httpster

Simple local static development server

install httpster (with npm)
$ npm install -g httpster
navigate to your folder and start httpster
$ cd your_public_folder/
$ httpster
Starting Server on port "3333"
choose the port
$ httpster -p 8800
pass a path to the root
$ httpster -d wwww/
fork it on github, or whatever