TMdb Catalog
You can check the app running HERE!
Getting Started!
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.
install dependencies
$ yarn installor
$ npm installrun tests
$ jest --watchserve with hot reload at localhost:8080
$ yarn dev mator
$ npm run dev mat'mat' was the material theme, try iOS with
$ yarn dev iosor
$ npm run dev iosbuild for production with minification
$ quasar buildGoing Mobile!
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.
