A simple example on how to start a project using AngularJS, SASS, CoffeeScript, Slim, and Guard to auto-compile it all for you.
As a bonus, I included the "Foundation 4" css framework to play with.
- Clone/fork/download/whatever the project
- Run
bundle install
- Run
guard
- Open
public/index.html
in your favorite browser and see if it works - Edit to your heart's content!