Skip to content

davoid-avoid/PhaserPortfolio

Repository files navigation

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

About

Creating a Portfolio Site in Phaser3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published