eventually, sheep and gates!
try something like:
- build client in bash shell: cd OLD/client && npm i && (./node_modules/typescript/bin/tsc -w &)
- build and run server in different bash shell: cd OLD/server && npm i && (./node_modules/typescript/bin/tsc -w &) && npm run hot
- browser: open OLD/client/index.html
you can play the game live if it isn't too busy.