🎉 Initial setup

🎉 Initial setup

Setup deployment
This commit is contained in:
Dennis Reimann
2020-10-03 21:49:25 +02:00
commit 0202e858e6
55 changed files with 11718 additions and 0 deletions

6
browser-sync.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
open: false,
notify: false,
ghostMode: false,
server: ['./static', './dist'],
}