following this tutorial
Tiles are made with Tiled app
Player sprite JSON made with Leshy SpriteSheet Tool
install dependencies
$ npm installStart webpack dev server and watcher
$ npm startBuild the production release version
$ npm run buildTest out the production release
$ npm run server