lein-angular-template
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-clinode package installed globally. - ruby and ruby gems, with the
compassgem installed
See the README.md file in the generated project for more details.