A relatively simple starter template for web projects. It uses gruntjs and a couple of plugins:
- grunt-compass to compile scss to css,
- grunt-reload to render live previews in the browser and
- grunt-exec to automatically start the browser.
Open up the command line, cd into your project folder and run grunt
. Simple as that.