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
- Host: GitHub
- URL: https://github.com/eldoy/autoreload
- Owner: eldoy
- Created: 2022-04-21T00:44:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T00:49:21.000Z (over 4 years ago)
- Last Synced: 2025-01-03T15:29:17.471Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!