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.
Ensure you have Node.js installed.
Clone this repo and cd
to project directory.
npm i
Run the development server to preview locally at http://localhost:8080/.
npm start
Create a production build.
npm run build