followtherider/start_server.sh

4 lines
111 B
Bash
Executable File

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