ryangiordano / typescript-phaser-boilerplate

Boilerplate with stubs and utilities I've found useful in past projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Boilerplate with stubs and utilities I've found useful in past projects

License:MIT License


Languages

Language:TypeScript 91.4%Language:Less 3.3%Language:JavaScript 2.7%Language:CSS 1.4%Language:HTML 1.2%