https://github.com/digitsensitive/phaser3-electron
Boilerplate for a Phaser 3 electron app
https://github.com/digitsensitive/phaser3-electron
Last synced: 3 months ago
JSON representation
Boilerplate for a Phaser 3 electron app
- Host: GitHub
- URL: https://github.com/digitsensitive/phaser3-electron
- Owner: digitsensitive
- License: mit
- Created: 2018-05-07T21:34:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T22:12:26.000Z (about 7 years ago)
- Last Synced: 2025-03-17T10:52:07.832Z (3 months ago)
- Language: JavaScript
- Homepage: https://github.com/digitsensitive/phaser3-electron
- Size: 215 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phaser3-electron [](https://david-dm.org/digitsensitive/phaser3-electron) [](https://david-dm.org/digitsensitive/phaser3-electron/?type=dev)
Boilerplate for a Phaser 3 electron app## Installation
Navigate to destination folder and clone this repository.
1. `git clone https://github.com/digitsensitive/phaser3-electron.git`
2. `navigate to root folder`
3. `npm install` to install dependencies (folder: node_modules)
4. `npm start` to start the electron app