Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sviridoff/tactical-rpg

🔥🛡️ An attempt to make `Fire Emblem Heroes` clone in JavaScript
https://github.com/sviridoff/tactical-rpg

game reactjs rpg rpg-game tactical tactical-rpg turn-based turnbased

Last synced: 13 days ago
JSON representation

🔥🛡️ An attempt to make `Fire Emblem Heroes` clone in JavaScript

Awesome Lists containing this project

README

        

# 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
```