npm install -g browser-sync
browser-sync start --server --files ".html, css/.css, js/*.js"
will serve the current directory at http://localhost:3000 with live reloading enabled for a basic html dev
npm install -g browser-sync
browser-sync start --server --files ".html, css/.css, js/*.js"
will serve the current directory at http://localhost:3000 with live reloading enabled for a basic html dev