📈 League of Legends Stats Web App
Find a file
2019-08-24 13:56:44 +02:00
client Configure ESLint for the Vue project 2019-08-23 16:48:16 +02:00
server Add babel to the NodeJS app 2019-08-24 13:56:44 +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