Skip to content

Skeleton project for yeoman generator-angular that supports coffeescript, jade, and stylus.

Notifications You must be signed in to change notification settings

eventhough/yo-angular-skeleton

Repository files navigation

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

About

Skeleton project for yeoman generator-angular that supports coffeescript, jade, and stylus.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published