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

https://github.com/bobbicodes/nbbserve

start simple webserver with `npx nbbserve`
https://github.com/bobbicodes/nbbserve

Last synced: about 1 year ago
JSON representation

start simple webserver with `npx nbbserve`

Awesome Lists containing this project

README

          

# nbbserve

Inspired by Python's SimpleHTTPServer.

To serve static files in the current directory:

```
$ npx nbbserve
```