November 2019
Beginner
436 pages
8h 52m
English
We need to configure at least a basic Electron application. Choose a destination for the project files and follow these steps to get started:
mkdir game cd game
npm init -y npm i electron npm i phaser
{ "name": "game", "version": "1.0.0", "description": "", "main": "main.js", "scripts": { "start": "electron ." }, "keywords": [], "author": ...Read now
Unlock full access