built with Phaser3, Webpack5, NodeJS, and Electron
###client gets bundled and placed in public folder located in the server directory
** How to run for development **
client: cd client && npm start
server:
cd server/app
. uncomment the window console debugger in the electron.js file.- change the baseDir filepath in preload.js to avoid directory not found errors.
electron .
** How to build **
cd server && npm run build
- navigate to "dist" folder in server
- click on the installer to init install process.