# Static Web Server

```sh
$ npm install -g static-webserver
$ cd my/dir/with/static/files
$ webserver
```
