basic node server

+ very interesting back and forth in TS/JS configs 🤡
This commit is contained in:
LuckyLaszlo
2022-10-26 19:27:06 +02:00
parent e56c8e0b67
commit a831b7954c
13 changed files with 629 additions and 554 deletions

4
make.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
npx tsc
mkdir -p www
cp ./src/client/*.js ./src/client/*.html ./www/