A POC 2D RPG developed with Phaser based on this tutorial, using React for its UI, and built with Parcel.
Install dependencies:
$ npm install
Run the development version (with hot reloading):
$ npm start
$ open http://localhost:1234
Build the production version:
$ npm run build
$ npx http-server dist