Ruby で、PowerShell から、Web サーバーを起動すると、WEBrick が起動する。
ruby -run -e httpd . -p 8080

これだけでブラウザから、index.html へアクセスできる。
http://localhost:8080