# Dialoga App ## Convenções (Dialoga x Noosfero) - Os *programas* são **topics**; - Os *temas* são **categories**; - Um *grupo de programas* é um **discussion** (um grupo de topics); - As *propostas* são **proposals**; ## Desenvolvimento Para iniciar o desenvolvimento: ```bash # dev with staging data gulp serve --staging # dev with production data gulp serve --production ``` ##### Tecnologias utilizadas - [generator-gulp-angular](https://github.com/Swiip/generator-gulp-angular) - Angular - angular-animate - angular-cookies - angular-touch - angular-sanitize - angular-ui-router - gulp - JS old style (no CoffeeScript or ES6 or etc.) - HTML pure (no JADE or HBS or etc.) - Bootstrap 3 ## Referências - Git ([Guia](http://rogerdudler.github.io/git-guide/index.pt_BR.html))