lein-angular-template icon indicating copy to clipboard operation
lein-angular-template copied to clipboard

Clojure and AngularJS in perfect harmony

lein-angular-template

Clojure and AngularJS in perfect harmony.

Usage

Run: lein new angular <project name>

Dependencies

Obviously you should have leiningen installed.

The generated project uses the wonderful grunt task-runner to manage compilation of coffee-script and sass assets, watching for source-code changes and running the ring server.

In order for all this to work you will require:

  • nodejs and npm, with the grunt-cli node package installed globally.
  • ruby and ruby gems, with the compass gem installed

See the README.md file in the generated project for more details.