An open API service indexing awesome lists of open source software.

https://github.com/serapath/webserve

static http(s) server with livereload
https://github.com/serapath/webserve

Last synced: about 1 year ago
JSON representation

static http(s) server with livereload

Awesome Lists containing this project

README

          

# webserve
static http(s) server with livereload

---

**note:** This module is work in progress and is not functional yet.

---

## `@TODO`
1. spec out module in `README.md`

## use
`npm install -g webserve`
```bash
webserve
# => print help: @TODO: show all features of webserve
webserve . # serves current directory over http
```