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
- Host: GitHub
- URL: https://github.com/busterc/liver
- Owner: busterc
- License: isc
- Created: 2018-04-30T19:30:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T19:33:20.000Z (almost 8 years ago)
- Last Synced: 2025-02-06T06:34:35.903Z (about 1 year ago)
- Topics: live-reload, live-server
- Language: HTML
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```