Development
run:
npm i
npm run start
node mmbz-server.js
client: localhost:3000 server: localhost:8080
Build
run:
npm run build
bundle all packages (including node)
pkg -t node14-win-x64 mmbz-server.js
create the binary executable
launch via MMBZ-Server.exe open browser to localhost:8080