0.0.36-prerelease • Published 1 year ago

daruma-phaser-helpers v0.0.36-prerelease

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Phaser - Webpack 5 - TypeScript

Boilerplate starterpack for PhaserJS games written in TypeScript

Getting started

npm start

Prerequisites

Download and install npm with Node.js @ https://nodejs.org/en

Installing

Select a folder, navigate to it, and clone this repository with this command-line:

git clone https://github.com/digitsensitive/phaser3-typescript.git

Install the dependencies with this command-line:

npm install

Building and Running

Perform a quick build (bundle.js) and start server:

npm start