npm i -g phaser-node-kit
It takes only two steps to start making games with Phaser Node Kit:
-
Run the initialization in a folder of your choosing:
pnkit init
-
Start the watch server and build on file updates:
pnkit watch
The "live" build of your game can be found at: http://localhost:5550.