📈 League of Legends Stats Web App
Find a file
2019-08-31 16:26:48 +02:00
client Add HTTPS to NodeJS API 2019-08-28 22:22:57 +02:00
server Compile code with Babel on production 2019-08-31 16:26:48 +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