Gameday Matchups is a responsive web application to show American football fans the individual player matchups between 2 teams.
- JK
The setup steps expect the following tools/versions:
- NodeJS
git clone
yarn install
bundle install
###### Start the webpack-dev-server
yarn start
###### The application can be accessed locally at <http://localhost:3000>