Clone this repository to your local machine:
git clone https://github.com/jverlee/harry-mcscary.git
Go into your new project folder and install dependencies:
npm install
Start development server:
npm run start
To create a production build:
npm run build
Production files will be placed in the dist
folder. Then upload those files to a web server. 🎉
.
├── dist
├── node_modules
├── public
├── src
│ ├── scenes
│ │ ├── HelloWorldScene.js
│ ├── index.html
│ ├── main.js
├── package.json
This project and readme is based on https://github.com/ourcade/phaser3-parcel-template