Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 635 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 635 Bytes

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.