Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 1.28 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.28 KB

Phaser 3 Webpack Project Template

A Phaser 3 Project Template

Requirements

We need Node.js to install and run scripts.

Install and run

Run next commands in your terminal:

Command Description
yarn install or npm install Install dependencies.
yarn start or npm run start Launch webserver. View on http:77localhost:8080
Press Ctrl + c to kill http-server process.
=======

Useful Phaser 3 Examples