# Brilux - Dicas para o Lar


## Requirements:

* NodeJS (https://nodejs.org/)
* GruntJS (http://gruntjs.com/)
* Yeoman (http://yeoman.io/)
* Bower (http://bower.io/)

## Installation

```bash
npm install
bower install
```

## Usage

- Open a command promp and go to root project;
- When the installation is done, type `grunt app` to compile; This will run `watch` in dev mode; For production, type `grunt build`.
