Skip to content

Oli4242/phaser-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phaser Starter

My Phaser.io template / starter project.

It features:

Install

$ git clone https://github.com/Oli4242/phaser-starter
$ cd phaser-starter
$ npm install

Usage

Command Description
npm start Alias for npm run serve
npm run serve Starts the development server
npm run build Builds the game
npm test Runs StandardJs
npm run serve:prod Serves the production version
npm run build:dev Builds the development version