An attempt to make Fire Emblem Heroes
clone in Javascript.
The demo is available here https://sviridoff.github.io/tactical-rpg
git clone https://github.com/sviridoff/tactical-rpg.git
cd tactical-rpg
npm install
npm run build
npm run develop
It should start the application in the following url: http://localhost:8080/
npm run docs