Grunt related stuff
- Install and run grunt locally (instead of manually installing in globally)
with all the other dependencies.
The start command now would be `npm start`.
- Run default grunt task before watching. This way changes, that were made
when grunt was not turned off, won't pass untested.