项目作者: alesegdia
项目描述 :
My phaser + gulp + typescript boilerplate
高级语言: JavaScript
项目地址: git://github.com/alesegdia/phaser-boilerplate.git
phaser + typescript + gulp boilerplate
Open a terminal and run a server with python:
$ python -m SimpleHTTPServer
Then run dev environment with gulp:
gulp start
And to build a dist.zip folder with all necessary files, run this task:
gulp build