いままで npm-scripts とかでなにかと一緒に使っていたが、普通に使うことも以外とかんたんだったのでメモ。

$ npm install -g http-server
$ cd /target/dir/
$ http-server

これで簡単にサーバーが立ち上がる。