Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cemremengu committed Feb 12, 2019
1 parent 7eb89c9 commit 6d0a366
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,19 @@

Simple server for single page applications.

## Usage

```
$ serve -h
Usage of serve:
-d string
the directory to host (default ".")
-p string
port to serve on (default "3000")
-r string
the root (index) file (default "index.html")
```

## Acknowledgments

Based on [this work](https://gist.github.com/hauxe/f2ea1901216177ccf9550a1b8bd59178)

0 comments on commit 6d0a366

Please sign in to comment.