# Generator Cappen AngularJS


## Requirements:

* NodeJS (https://nodejs.org/)
* GruntJS (http://gruntjs.com/)
* Yeoman (http://yeoman.io/)
* Bower (http://bower.io/)

## What's inside:

* AngularJS (https://angularjs.org/)
* Angular UI Bootstrap (https://angular-ui.github.io/bootstrap/)
* Angular UI-Router (https://ui-router.github.io/)
* Angular Animate (https://docs.angularjs.org/api/ngAnimate/)
* Angular Sanitize (https://docs.angularjs.org/api/ngSanitize)
* Susy (http://susy.readthedocs.io/)
* Csstyle (http://csstyle.io/)
* Font Awesome (https://fontawesome.com/v4.7.0/)
* Owl Carousel (Optional) (https://owlcarousel2.github.io/OwlCarousel2/)
* Greensock (Optional) (https://greensock.com/)
* Wow animations (Optional) (https://wowjs.uk/)

## Installation

```bash
npm install -g generator-cappen-angularjs
```

## Usage

- Open a command promp and go to root project;
- Type `yo cappen-angularjs` to install all dependencies;
- Type `npm install` to install all dependencies;
- Run `bower install` to install bower components;
- When the installation is done, type `grunt app` to compile; This will run `watch` in dev mode; For production, type `grunt build`.
