Phaser環境構築
#Phaser
#JavaScript
#TODO
TypeScript方式
nodejs
のインストール
https://nodejs.org/ja/
プロジェクトフォルダを作成する
npm init
.gitignore
の作成
npm install phaser@[version]
index.html
の作成
HTMLテンプレ
TypeScript
環境の構築
https://www.typescriptlang.org/docs/handbook/gulp.html
参考
https://phaser.io/download/stable
https://qiita.com/minato-naka/items/fc74f6c9439ab59cec63
新しくプロジェクトテンプレート作られてる・・・?
https://github.com/photonstorm/phaser3-typescript-project-template