Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 942 Bytes

readme.md

File metadata and controls

50 lines (36 loc) · 942 Bytes

Getting Started

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. 🎉

Project Structure

    .
    ├── dist
    ├── node_modules
    ├── public
    ├── src
    │   ├── scenes
    │   │   ├── HelloWorldScene.js
    │   ├── index.html
    │   ├── main.js
    ├── package.json

Credit

This project and readme is based on https://github.com/ourcade/phaser3-parcel-template