Warning
This repository has been archived.
If you're looking for a Phaser Template, please use this one: github.com/pawap90/phaser3-ts-vite-eslint
A modern Phaser 3 template: Develop your game using Typescript, keep your codebase clean with ESLint, and enjoy lightning-fast live updates thanks to Snowpack.
Table of contents
Dependencies
Quick start
-
Get this template: Press over the "Use this template" button. This will allow you to create a new repo with this project's structure on your Github account. Then you can clone it to your local machine.
Alternatively, you can clone this repo to your machine using the following command.
git clone https://github.com/pawap90/phaser3-ts-snowpack-eslint.git
- Install dependencies: Run the following command from the project's root folder:
npm install
- Start the local development server:
npm start
Go to your browser and navigate to http://localhost:8000. You should seeā¦