Chrome new tab extension with connectors to feeds
# Install gulp and bower
npm install -g gulp bower# First install all the NPM modules:
npm installThen run the gulp tasks:
# To start the app with a livereload (development mode)
gulp serve# To build the executable extension
gulp