followtherider/start_server.sh

4 lines
123 B
Bash
Raw Normal View History

2020-10-06 11:31:07 +02:00
#!/usr/bin/bash
# sudo npm install -g browser-sync
2020-10-15 17:05:43 +02:00
browser-sync start --server --files "css/*.css" "*.html" "*.js" "*.css"