mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
📈 League of Legends Stats Web App
adonisjshacktoberfestleague-of-legendsleagueoflegendsnodejspostgresqlredistailwindcsstypescriptvuejs
| client | ||
| server | ||
| LICENSE | ||
| netlify.toml | ||
| README.md | ||
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