Commit 457d1bb2dc308bd1b4d9b9ad75735c349ad0f2dd

Authored by Leandro Santos
1 parent 6c1585cc

adding development data

Showing 1 changed file with 27 additions and 0 deletions   Show diff stats
DEVELOPMENT.md 0 → 100644
... ... @@ -0,0 +1,27 @@
  1 +## Development
  2 +
  3 +npm install
  4 +bower install
  5 +npm install -g gulp
  6 +
  7 +```bash
  8 +# dev with staging data
  9 +gulp serve --staging
  10 +
  11 +# dev with production data
  12 +gulp serve --production
  13 +```
  14 +
  15 +##### Tools
  16 +
  17 +- [generator-gulp-angular](https://github.com/Swiip/generator-gulp-angular)
  18 +- Angular
  19 + - angular-animate
  20 + - angular-cookies
  21 + - angular-touch
  22 + - angular-sanitize
  23 + - angular-ui-router
  24 +- gulp
  25 +- JS old style (no CoffeeScript or ES6 or etc.)
  26 +- HTML pure (no JADE or HBS or etc.)
  27 +- Bootstrap 3
... ...