# augustine
Another simple http server for serving static resources.

## Install
```npm
npm install augustine -g
```

## Run
Enter your web content root directory, and run:
```text
augustine
```
will listen on defaut port *8080*, or you can specify a customize port or host, run:
```text
augustine --port yourPort --host yourAddress
```

Enjoy it!

or feedback!
