Category: TypeScript
-
Phaser and the migration from JavaScript to TypeScript – Step 3 – TypeScript
Another step in the road to HTML5 games powered with Phaser and TypeScript. Let's see how to install TypeScript and how to configure Parcel to build projects.
-
Phaser and the migration from JavaScript to TypeScript – Step 2 – npm and Parcel
The road to HMLT5 games powered with Phaser and TypeScript continues, let's see how to use npm and Parcel to download required libraries, test the project and build distributable files.
-
Phaser and the migration from JavaScript to TypeScript – Step 1 – Node.js
It's time to start moving from JavaScript to TypeScript to stay up to date with Phaser and HTML5 game development. In the first tutorial of this series, I am covering Node.js and why you should use it