Last Updated: February 25, 2016
·
716
· vraa

Grunt.js : sample setup for a static file server and less to css compiler

As a web developer, often I am in a need of quickly putting together a static website to try out ideas. My requirements are simple: create some html/css files in my project folder, hit the browser, and see my files rendered there.

So, here's the basic configuration that I'm following for my grunt setup so that you can also get started with grunt.