A game made as a secret santa present, deployed using github pages at sleepingsully.com
I used this for the basic project setup, and most other code is heavily based on different phaser 3 examples.
To build and run it, you should only need Node and NPM installed
Once you have them installed, run these from a command line/terminal prompt:
npm install --dev
npm run dev
Then go to localhost:3000 in a web browser.