

Where MS is time in milliseconds to wait before issuing a reload.


-https=PATH - PATH to a HTTPS configuration module.-cors - Enables CORS for any origin (reflects request origin, requests with credentials are supported).-htpasswd=PATH - Enables http-auth expecting htpasswd file located at PATH.-wait=MILLISECONDS - (default 100ms) wait for all changes, before reloading.-spa - translate requests from /abc to /#/abc (handy for Single Page Apps).-mount=ROUTE:PATH - serve the paths contents under the defined route (multiple definitions possible).-entry-file=PATH - serve this file (server root relative) in place of missing files (useful for single page apps).js file exporting a middleware function to add can be a name without path nor extension to reference bundled middlewares in middleware folder -no-css-inject - reload page on CSS change, rather than injecting changed CSS.*\.jade) ( DEPRECATED in favor of -ignore) -ignorePattern=RGXP - Regular expression of files to ignore (ie.-ignore=PATH - comma-separated string of paths to ignore ( anymatch-compatible definition).-watch=PATH - comma-separated string of paths to exclusively watch for changes (default: watch everything).-open=PATH - launch browser to PATH instead of server root.-verbose | -V - more logging (logs all requests, shows all listening IPv4 interfaces, etc.).-browser=BROWSER - specify browser to use instead of system default.-no-browser - suppress automatic web browser launching.-host=ADDRESS - select host address to bind to, default: IP env var or 0.0.0.0 (“any address”).-port=NUMBER - select port to use, default: PORT env var or 8080.When you make a change to any file, the browser will reload the page - unless it was a CSS file in which case the changes are applied without a reload. This will automatically launch the default browser. Alternatively you can add the path to serve as a command line parameter. Issue the command live-server in your project’s directory.
#Using livereload with mean stack app install#
Npm install # Local dependencies if you want to hack
