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

https://github.com/eldoy/autoreload

Automatically reload your web page when your dev server restarts
https://github.com/eldoy/autoreload

Last synced: about 1 month ago
JSON representation

Automatically reload your web page when your dev server restarts

Awesome Lists containing this project

README

          

# Autoreload

Automatically reload your web page when your dev server restarts.

### Usage

Include the `dev.js` file in your web application. Your web server must support websockets and must restart whenever you change a file, for example using nodemon.

ISC licensed. Enjoy!