tactical-rpg
tactical-rpg copied to clipboard
🔥🛡️ An attempt to make `Fire Emblem Heroes` clone in JavaScript
tactical-rpg
An attempt to make Fire Emblem Heroes
clone in Javascript.
The demo is available here https://sviridoff.github.io/tactical-rpg
Installation
git clone https://github.com/sviridoff/tactical-rpg.git
cd tactical-rpg
npm install
npm run build
Development mode
npm run develop
It should start the application in the following url: http://localhost:8080/
Build docs pages
npm run docs