An open API service indexing awesome lists of open source software.

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

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.