I'm looking to properly set up a small demo in my git repo for public demo. I've used both bower and npm before, though they weren't my decision.
My codebase is front-end only, so after doing a little reading, I thought bower would make more sense than npm.
Turns out I need npm just to install bower. How is this making things simpler for me at all?