Transition branch to node.js express.js app

This commit is contained in:
Pax1601
2023-01-11 08:10:58 +01:00
parent 0f689810d7
commit 91433eedc6
16 changed files with 4911 additions and 1573 deletions

2
client/debug.bat Normal file
View File

@@ -0,0 +1,2 @@
start cmd /k "npm run start"
start cmd /k "watchify .\index.ts --debug -p [ tsify --noImplicitAny ] -o .\public\javascripts\bundle.js"