The Perfect Front-End Development Set-Up
TL;DR;: I am using Grunt and Gulp for my front-end development set-up (with the little help of Yeoman).
Recently discovered this little post on DN, which covers many ways of how the front-end development setup could look like. So, I commented on this post to leave my opinion of the perfect front-end development setup. This blog post should extend my opinion stated in the comment.
Why not just use MAMP as the author stated?
MAMP is a solution stack composed of free and open-source and proprietary commercial software used together to run dynamic web sites on Apple Macintosh computers.
Sure, MAMP is a nice tool and I also started using this in my early career of web development, but it’s a full tool of PHP, MySQL and Apache. You can just have one web server started simultaneously, if you want more, you need to purchase MAMP PRO for 39 EUR (ca. 48$). So, there are many things, that my...