phaser/resources/Project Templates/Webpack
2015-07-21 19:33:54 +02:00
..
assets Webpack boilerplate 2015-07-21 19:32:21 +02:00
build Add webpack boilerplate build folder to git 2015-07-21 19:33:54 +02:00
src Webpack boilerplate 2015-07-21 19:32:21 +02:00
index.html Webpack boilerplate 2015-07-21 19:32:21 +02:00
README.md Webpack boilerplate 2015-07-21 19:32:21 +02:00

Phaser-Webpack

Simple boilerplate project that combines Phaser with Webpack.

Installation instructions

npm install webpack -g

Build instructions

Run the following command to build the game

webpack src/entry.js build/bundle.js