Skip to content

Small phaser 3 typescript barebones template with webpack

Notifications You must be signed in to change notification settings

maakep/phaser3-typescript-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phaser 3 typescript template

Minimalistic setup.

Prereqs

Install node.js

Setting up

Clone the repository and add your own repository as origin

git clone https://github.com/maakep/phaser3-typescript-template your-game
git remote set-url origin https://github.com/your-user/your-game.git

Installing

npm i

Manual maintenance

With this repo you'll need to download & replace the type definitions (located in /src/phaser.d.ts) with the ones from typescript docs to get the latest type definitions, or create a solution to do it automatically.

Building

npm run build

or

npm run watch

Running

npm start

then browse to http://localhost:8080

About

Small phaser 3 typescript barebones template with webpack

localhost:8080

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published