- Stats for every character in League of Legends
- Information and stats for all items in the game
- Live up to date data on items and characters from the Riot Games API
- Dynamic single-page web application.
- Fast and clean ReactJS frontend
- Secure Rails backend
All that is required for the frontend is an installation of NodeJS (8.1+) and a package manager such as NPM (5.2+) or Yarn.
From the base league-builder-frontend
directory in your shell of choice, run a simple npm install
, followed by yarn start
(there may be port conflict with Rails if the backend is already running, in which case you can just say Yes
at the alert screen to pick the next port option.)
The app should now be running in your browser at localhost:3001 or whichever port it tells you! Have fun!