#!/usr/bin/bash # sudo npm install -g browser-sync browser-sync start --server --files "*.css" "*.html" "*.js"