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