A very simple Phaser 3 game template using Vite and React with TypeScript.
- Multiple scenes included (without any game logic and functionality)
- TypeScript paths set to
@/*
for easier development - Robust eslint and prettier configuration
- TailwindCSS
Note
This project uses pnpm as the package manager, but other package managers can be used as well.
To run this project locally, first install the required packages
pnpm install
Then, run the project in the development environment
pnpm dev
If you want to run the project in the production environment
pnpm build
pnpm preview