Based on Phaser 3 TypeScript Platformer Example
To clone and run this game, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Install dependencies
$ npm install
# Start the local development server (on port 8080)
$ npm start
# Ready for production?
# Build the production ready code to the /dist folder
$ npm run build