Hintful / aram.tools

A full-stack web application that analyzes and visualizes users' performance for a popular online game, League of Legends.
https://aram.tools
2 stars 0 forks source link
docker league-of-legends nodejs react

aram.tools

Running all at once (react, nodejs, nginx, mysql)

In the project's root directory, run

docker-compose up --build

react app and webserver can be accessed through Port 8080

Front-end App

Installation

Run npm install in /aram.tools/app/ directory to install.

Server

Run npm run dev in /aram.tools/app/ directory to start up the server for front-end app.

Travis-CI workflow

  1. Tell Travis we need a copy of docker running
  2. Build our image using Dockerfile.dev
  3. Tell Travis how to run test suites
  4. Tell Travis how to deploy arma.tools to AWS