Easily host applications that have a default file to route requests through, yet need to override a set of folders
$ npm install -g spa-host
$ spahost index.html styles scripts
This will run a server which routes all traffic to index.html unless it starts with /styles or /scripts.
$ PORT=5000 spahost index.html styles scripts
Same as above but on port 5000.