Simple Movies Recomendation App based on Angular.js
To install locally:
npm i
Build files once:
npm start
Build and watch and run local server:
npm run dev
Deploy current dist
folder to GitHub Pages:
npm run deploy
Deployed to GitHub Pages here
If you want to see loader UI component, you will need to use Throttling in Network DevTools before first recommendation. I cache content of db.json
after first load so loader appears only during first request.