📈 League of Legends Stats Web App
Find a file
2019-08-21 23:22:16 +02:00
client Fix: a click outside of the regions' Dropdown closes it 2019-08-21 23:22:16 +02:00
server First "working" version of the RecentActivity grid 2019-08-20 22:42:11 +02:00
netlify.toml First try to deploy frontend on Netlify 2019-08-19 13:09:17 +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