Posts by Felipe Nathan Campigoto • 91 points
1 post
- 
		9 votes4 answers2392 viewsA: NPM, Bower and Composer, which one to use?NPM is for projects in nodejs, if you are developing some project with Nodejs the best option is this. Bower is for web project dependencies, focused on front-end, like jQuery (Bower needs nodejs to…