📈 League of Legends Stats Web App
Find a file
Valentin Kaelin 3794780574 Fix homepage
2019-04-16 21:28:42 +09:00
client Fix homepage 2019-04-16 21:28:42 +09:00
server Add the possibility to change Region 2019-04-08 22:06:22 +02:00
README.md Update README.md 2019-04-07 20:04:18 +02:00

RiotAPI

Global dependencies

Vue CLI
nodemon

Project setup

cd client
npm install

cd server
npm install
create .env file with API_KEY= your RiotGames API Key

Compiles and hot-reloads for development

cd client
npm run serve

Compiles and minifies for production

cd client
npm run build

Run NodeJS server

cd server
npm run dev