Phaser環境構築
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