/angular-skeleton

Estructura Basica de una Aplicación Angular

Primary LanguageJavaScript

angular-skeleton

Estructura Basica de una Aplicación Angular

Requirements

Installation

  1. Clone the repository: git clone https://github.com/miguelromero717/angular-skeleton.git
  2. Install the NodeJS dependencies: sudo npm install.
  3. Install the Bower dependencies: bower install.
  4. Run the gulp build-bower task: gulp build-bower.
  5. Run the gulp build task: gulp build.
  6. Run the gulp default task: gulp. This will build any changes made automatically, and also run a live reload server on http://localhost:8888.

Credits