To link a standalone bower component to your local environment, do the following:
- in your component shell:
bower link
. this creates a symlink. - Make sure both servers are running
- in your client shell:
bower link [name-of-component]
. - you will have to restart your server any time you want to see the changes locally, as it's only run once on build.