Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 522 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 522 Bytes

following this tutorial

Tiles are made with Tiled app

Player sprite JSON made with Leshy SpriteSheet Tool

Development

install dependencies

$ npm install

Start webpack dev server and watcher

$ npm start

Build the production release version

$ npm run build

Test out the production release

$ npm run server