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

https://github.com/jakecyr/simple-server

Simple static file server buillt using Node.js
https://github.com/jakecyr/simple-server

nodejs static-server static-site

Last synced: 6 months ago
JSON representation

Simple static file server buillt using Node.js

Awesome Lists containing this project

README

          

# Simple Server

Simple static file server for Node.js

## How to use

Clone repo

Create an alias, changing `index.js` to the path to this cloned repo:

```bash
alias simple-server="node index.js"
```

Run the static file server:

```bash
simple-server code/
```