Checkout the blog post for the whole story.
Setup Bower and install components:
npm install -g bower
bower install
Before deploying to Heroku, switch to the multi buildpack:
heroku config:add BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-multi.git
Then deploy as usual!