https://github.com/shaack/phaser-es6-starter-template
A phaser.io ES6 starter template which works without transpiling out of the box
https://github.com/shaack/phaser-es6-starter-template
Last synced: 4 days ago
JSON representation
A phaser.io ES6 starter template which works without transpiling out of the box
- Host: GitHub
- URL: https://github.com/shaack/phaser-es6-starter-template
- Owner: shaack
- License: mit
- Created: 2022-02-26T19:33:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T15:08:04.000Z (almost 4 years ago)
- Last Synced: 2026-06-11T20:27:59.454Z (10 days ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phaser-es6-starter-template
A vanilla ES6 starter template for Phaser 3 which works without transpiling.
- Vanilla ES6
- No transpiling needed, no Webpack, only phaser as dependency
## install
Download this repository and then do
npm install
View it with running `index.html` in a web server.