Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 832 Bytes

File metadata and controls

40 lines (24 loc) · 832 Bytes

Quick overhead island exploration app

Built initially from the phaser3 parcel-example

Installing and Running

You'll need Node.js, npm, and Parcel installed.

It is highly recommended to use Node Version Manager (nvm) to install Node.js and npm.

For Windows users there is Node Version Manager for Windows.

Install Node.js and npm with nvm:

nvm install node

nvm use node

Replace 'node' with 'latest' for nvm-windows.

Then install Parcel:

npm install -g parcel-bundler

Start development server:

npm run start

To create a production build:

npm run build