This is a simple skeleton project with Phaser and TypeScript.
After install all requirements, just...
-
Download this project as a ZIP file and unzip it.
-
Inside the unziped folder, install the projects:
# npm install
-
Compile your project with gulp:
# gulp
-
Execute the server
# npm start