Skip to content

Phaser 3 Webpack 5 setup and TypeScript boilerplate.

Notifications You must be signed in to change notification settings

brlebtag/phaser-webpack-ts-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phaser 3 Webpack 5 Boilerplate

Get up and running with Phaser 3 using TypeScript or JavaScript ES6.

This Webpack setup takes care of your code bundling and local development server.

Included are some handy class files, extending Phaser 3's Scene and Sprite base classes.

View the demo

Mario

Installation

Ensure you have Node.js installed.

Clone this repo and cd to project directory.

npm i

Tasks

Run the development server to preview locally at http://localhost:8080/.

npm start

Create a production build.

npm run build

About

Phaser 3 Webpack 5 setup and TypeScript boilerplate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.6%
  • JavaScript 15.6%
  • HTML 1.8%