When running this repo I get a blank screen and an error in the console "Uncaught TypeError: ctx is undefined".

Steps to reproduce:
- Clone this repository;
- Run
npm install;
- Run
npm run serve;
- Open the bowser and go to
http://localhost:8080 as suggested from the console;
- Open the browser developer tools console and see the error.
@aravindravi5230 Any idea what could be causing this?