What problem does it solve?
- To see a code change, you need to refresh the browser
Features
- Watches a folder for changes to files
- When code changes, reloads the browser
- Keeps the scroll position
- Pretty fast
How it works
- Specify the URL to reload
- Choose a folder to watch (all subfolders will also be watched)
Attribution
- node-watch
Things that could be improved
- Reload the current page instead of forcing the provided URL to be reloaded
