0.0.5 • Published 6 years ago

cobuild-angular-stack v0.0.5

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
6 years ago

Cobuild frontend stack


Welcome

This stack is based and build with angularjs, sass, jade y gulp.

Tools

Setup

Requirements

  • nodejs
  • bower
  • gulp

How to validate if I have installed this.

$ node -v
$ bower -v
$ gulp -v

if you have nodejs installed, you can install bower and gulo with npm

$ npm install -g gulp; npm install -g bower

Install dependecies

$ npm i -d

and

$ bower i

Install

$ git clone git@bitbucket.org:rokk3rlabs/cobuild-angular-stack.git

Javascript task Tool (Gulp)

Gulp es la herramienta que usa este stack para el desarrollo del aplicativo, con gulo coordinamos todas las tareas que se necesitan para levantar un anbiente, crear un servidor de desarrollo, concatenar archivos, compilar, crear y mover todos los archivos para que sean listos como ul build de producción.

Run default task.

$ gulp

Run a specific task

  • sass
  • jade
  • build:production
$ gulp <task>

Stack StyleGuide

  • server
  • modules
  • angular
  • tests
  • images
  • styles/sass/scss
  • deploy
  • build

Version

0.0.1

Todos

  • Write Tests
  • Make modules
  • Add Code Comments

License

MIT