Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 606 Bytes

File metadata and controls

35 lines (22 loc) · 606 Bytes

yo-angular-skeleton

Global Dependencies

Install node.js and then open Terminal:

npm install -g yo
npm install -g generator-angular
npm install -g coffee-script
npm install -g grunt-cli

Project Setup

fork project
clone project
cd project/
npm install
bower install
grunt server

Testing

grunt test

Open localhost:9000

You can lint the javascript and CoffeeScript code using:

$ grunt lint

The config can be changed in ./jshintrc and ./coffeelintrc.

Links