Uses livereload.js to run a live reload server with Sanic. Startup, with auto-reload enabled. In this example, we also are adding an extra directory to listen to:
sanic server:app --dev -R ./content
Run the example. Open http://127.0.0.1:8000/ in a browser with a livereload extension installed. Make a change to ./content/hello.txt
and save. Your browser should now update to the new text.