Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 475 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 475 Bytes

TFT Stat Tracker

Full stack Vue/Express app using the Riot API to track player stats Get your API key from riot

Quick Start

# Install Express dependencies
npm install

# Install Vue dependencies
cd client
npm install

# Serve
npm run dev

# Build for production
cd client
npm run build
# Gets put in /public

Version

1.0.0

Status

Check out WIP NOT COMPLETED