mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 17:16:03 +00:00
18 lines
304 B
Markdown
18 lines
304 B
Markdown
|
# Phaser-Webpack
|
||
|
|
||
|
Simple boilerplate project that combines [Phaser](http://phaser.io) with [Webpack](http://webpack.github.io).
|
||
|
|
||
|
## Installation instructions
|
||
|
|
||
|
```
|
||
|
npm install webpack -g
|
||
|
```
|
||
|
|
||
|
## Build instructions
|
||
|
|
||
|
Run the following command to build the game
|
||
|
|
||
|
```
|
||
|
webpack src/entry.js build/bundle.js
|
||
|
```
|