# `phaser-node-kit`

![pnkit](http://develephant.com/projects/pnlogo.png)

### Rapid Game Development with Phaser and Node

## Install

```
npm i -g phaser-node-kit
```

## Insert Coin

It takes only two steps to start making games with _Phaser Node Kit_:

  1. Run the initialization in a folder of your choosing: `pnkit init`

  2. Start the watch server and build on file updates: `pnkit watch`

The "live" build of your game can be found at: http://localhost:5550.

## Docs

### [Click here to read the fine print.](https://develephant.github.io/phaser-node-kit/)

#### `phaser-node-kit` &Star; &copy; 2017 develephant &Star; MIT license
