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 install
or
$ npm install
$ jest --watch
$ yarn dev mat
or
$ npm run dev mat
$ yarn dev ios
or
$ npm run dev ios
$ quasar build
You 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.