You can check the app running HERE!
You will need to register in themoviedb to create your API_KEY (for version v3). Once you have an API_KEY you need to rename /config/secrets2.js to /config/secret.js and paste your API_KEY.
$ yarn installor
$ npm install$ jest --watch$ yarn dev mator
$ npm run dev mat$ yarn dev iosor
$ npm run dev ios$ quasar buildYou may want to wrap the App into a native mobile App. Given you already have Cordova and an Android or iOS SDK installed in your system, run:
quasar wrap cordova
cordova platform add android
cordova run android
For full details, take a look to the Quasar guide.
