Please clone this project by running in your terminal:
git clone https://github.com/devUniWork/NedsFrontTest.git
cd into the directory and then install and serve.
yarn install && yarn serve
if you feel so inclined, you may also build the project. (optional).
yarn build
Runnning lint will throw a couple of warnings - particularly around vuejs lifecycle hooks not return valid types (they are not supposed to)... the linter needs to be adjusted.
yarn lint
Upon running your server, please navigate to:
http://localhost:8080/
And you should see the UI with the races in time ascending order. I set greyhounds as the default race type.
