Skip to content

wtravO/phaser3-typescript-template

Folders and files

NameName
Last commit message
Last commit date
May 25, 2018
Apr 4, 2018
May 25, 2018
Apr 4, 2018
May 25, 2018
Apr 11, 2019
Nov 3, 2018
May 25, 2018
Mar 14, 2020
Nov 3, 2018
Apr 11, 2018
May 25, 2018
May 25, 2018
Nov 3, 2018

Repository files navigation

Phaser 3 TypeScript/Webpack Project Template

A Phaser 3 TypeScript Template

Modeled after Phaser 3 Project Template

Requirements

We need Node.js to install and run scripts.

Install and run

Run next commands in your terminal:

Command Description
npm install Install dependencies and launch browser with examples.
npm run build:dev Builds a unminified copy of your game, with source maps, for debugging purposes.
npm run build:prod Builds a minified copy of your game without source maps for production use.
npm start Launch browser of choice and navigate to http://localhost:8080/.
Press Ctrl + C in NodeJS terminal to kill webpack-dev-server process.
=======