An angular.js simple video feed app Written in es6. Built with webpack (runs webpack server). To run the app: Install and run the server cd server npm i npm start (listens on port 8082) Install and run the app (webpack) cd app npm i npm start