Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 318 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 318 Bytes

Main Idea

A starter template in typescript, transpiled to es6 then trasnpiled to es5 with babel, to build html5 games using the Phaser framework.

With all the autoreload and es6 & beyond goodness.

Instructions

  1. fork this repo

  2. install gulp and all dependencies

npm install
gulp
  1. Enjoy!