Automate it with Grunt

As a developer you will realize that there are a lot of operations that you are doing every day, several times a day. You start cloning down your repo, than you have to install all the npm and bower dependencies, than you have maybe to start your mysql database and sometimes you realize that you also have to rebuild it because you changed your schema. But there is more to do. You have to start your node server, you have to add, commit, and push all time, you have to lint your file and, if you are doing your job »