Hello everyone. These days I found myself starting my new project with Phaser and I was looking for a template that included both Typescript and Electron, but around the net, there was nothing that fully satisfied me.
So I thought of creating a starter template that would allow me to have both the ability to build the project on the web browser and in desktop app format with Electron.
And so, today, I present my starter template: GitHub - waliente/phaser-typescript-electron: A starter template that uses Phaser 3, TypeScript, Electron and Rollup and Vite for bundling.
I hope it will be useful to you too