Initial import

This commit is contained in:
2020-04-16 10:02:11 +02:00
commit 234bc3e264
10 changed files with 392 additions and 0 deletions

8
watch.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
skaffold run -p dev
echo ""
echo "Now watching for changes to the source code..."
/usr/lib/node_modules/watch-cli/bin/watch -p "*" -c "skaffold run -p dev"