Module

x/xelement/watch.sh

X-Element an agnostic non framework that enhances custom elements with functionality and data binding that mimics native custom element standards
Go to Latest
File
#/bin/bash
trap clean INTclean() { pkill -P $$ trap - INT exit}
rm web/404.htmlcp web/index.html web/404.html
node watch.js & \deno run --watch --allow-net --allow-read ./server.ts
return 0