📈 League of Legends Stats Web App
Find a file
Valentin Kaelin 4b4a76cc29 Revert "feat: add LICENSE"
This reverts commit cdb3e96dad.
2019-10-23 21:59:43 +02:00
client feat: add in game status if the summoner is playing 2019-10-22 22:59:22 +02:00
server feat: add in game status if the summoner is playing 2019-10-22 22:59:22 +02:00
netlify.toml First try to deploy frontend on Netlify 2019-08-19 13:09:17 +02:00
README.md (docs): update README 2019-09-11 10:09:58 +02:00

LeagueStats

Global dependencies

Vue CLI
Adonis CLI
MongoDB

Project setup

cd client
npm install

cd server
npm install
cp .env.example .env
adonis migration:run

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
adonis serve --dev