Live Demo: nba-matches
Hi! This is a Vue.js + Vuex + TypeScript + Cypress implementation. In this app you can check the latest games, check the box score, examine the players' statistics season by season and more!
If you want to try it out you can simply click Code > Copy Icon and go to your Terminal/Cmd etc.
git clone THIS_REPOSITORY_LINK
After cloning is finished, you must install the npm in order to run.
npm install
Then, you are ready to give it a shot! Just type
npm run serve
and you will see the project in your browser!