Using Node.js (and the package serve)
$ serve -s .
Using Python 3
$ python3 -m http.server 3000
Using Ruby
$ ruby -run -e httpd . -p 3000
Using Node.js (and the package serve)
$ serve -s .
Using Python 3
$ python3 -m http.server 3000
Using Ruby
$ ruby -run -e httpd . -p 3000