Skip to content

App built with express and react to pull in data and display it

Notifications You must be signed in to change notification settings

cdnicoll/LeagueOfLegendsMatchHistory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application

League of Legends Match History Application. Enter the summoners name, get their match history!

Setup

npm|yarn install Will install all dependencies throughout the project. If you run into an error aboout the node version, under package.json the engine may need to be updated to match your version of node, or you should upgrade your version of node to match the version for this project

Commands

# build both client and server for deployment
yarn build

# clean both client and server (remove node_modules etc)
yarn clean

# install and setup client and server
yarn install

# start both the client and server
yarn start

# start the server on prod environment
yarn start:prod

About

App built with express and react to pull in data and display it

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published