📈 League of Legends Stats Web App
Find a file
2019-09-08 22:08:49 +02:00
client Start using Vuex Summoner : messy code 2019-09-08 22:08:49 +02:00
server Add new domain name to CORS rules 2019-09-06 18:15:18 +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