A fast development server with live-reload and regeneration
View the Project on GitHub theproductiveprogrammer/quick-and-dirty
A quick development server with live-reload and regeneration. Ideal for html-in-js
This is a simple development server that can be used to have a live-preview of your site that regenerates automatically as you work.
npm start
Now the server will detect changes as you save, regenerate the site if needed, and automatically cause the browser to refresh the page.
You can use Quick-And-Dirty:
livereload
to false
)
live-reloading
server (set regenerate
to false
or just delete it from the config)
site
for changes and inject a script into every HTML page that causes it to refresh correctly when pages change.regenerating
and live-reloading
sever
regenerate
paths and call the regenerate
script when it detects any changesReport feedback/issues/etc in Github