Skip to content

A boilerplate project for creating games with Phaser3, ES6 and Webpack

Notifications You must be signed in to change notification settings

jedhastwell/phaser3-es6-webpack-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phaser 3 + ES6 + Webpack Boilerplate

A boilerplate project for creating games with Phaser3, ES6 and Webpack.

Setup

Environment

Requires node.js and npm to be installed: https://nodejs.org/en/

Download repo

From your workspace directory run:

git clone https://github.com/jedhastwell/phaser3-es6-webpack-boilerplate.git

Install Dependencies

From the project directory run:

npm install

Usage

Development Server

Starts a development server that will automatically refresh the page as you make changes. Once started, navigate to http://localhost:8080 in your browser.

To start the server run:

npm run start

Distribution

Bundles and minimises scripts and outputs them along with a copy of the assets/ folder to output directory dist/.

To build for distribution run:

npm run build

About

A boilerplate project for creating games with Phaser3, ES6 and Webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published