daruma-phaser-helpers
v0.0.36-prerelease
Published
Helper Utilities For PhaserJS 3.0 Games
Readme
Phaser - Webpack 5 - TypeScript
Boilerplate starterpack for PhaserJS games written in TypeScript
Getting started
npm startPrerequisites
Download and install npm with Node.js @ https://nodejs.org/enInstalling
Select a folder, navigate to it, and clone this repository with this command-line:
git clone https://github.com/digitsensitive/phaser3-typescript.gitInstall the dependencies with this command-line:
npm installBuilding and Running
Perform a quick build (bundle.js) and start server:
npm start