This commit is contained in:
2020-10-06 11:31:07 +02:00
parent 9f896f58d7
commit 4c82603c64
10 changed files with 3069 additions and 52 deletions

3
start_server.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/bash
# sudo npm install -g browser-sync
browser-sync start --server --files "*.css" "*.html" "*.js"