Sample using Electron, Pixi.JS and TypeScript to make a game app that runs on browser and on desktop.
How to use it:
git clone https://github.com/Mkalo/electron-pixijs-typescript.git
cd electron-pixijs-typescript
npm install
npm run build
npm start
You can also build your app to work on a web browser using npm run web
.