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

https://github.com/busterc/liver

:recycle: the dumbest live-reload static server
https://github.com/busterc/liver

live-reload live-server

Last synced: 4 months ago
JSON representation

:recycle: the dumbest live-reload static server

Awesome Lists containing this project

README

          

# liver

> the dumbest live-reload static server

Uses `live-server` to watch and reload 3 files, `index.html`, `global.js` and `site.css`

## Installation

```sh
$ npx -p node@9 -p degit -- degit busterc/liver && npm install
```

## Usage

```sh
$ npm start
```