📂game
├── 📁public
├── 📁src
│ ├── 📁scenes
│ ├── 📁types
│ ├── 📁utils
│ └── 📄config.ts
│ └── 📄index.ts
├── 📄.gitignore
├── 📄index.html
├── 📄package.json
└── 📄vite.config.js
git clone https://github.com/andremalveira/vite-phaser3-example.git game-name
npm i # Instalation
npm run dev # Game start development mode
npm run build # Game build