/angular-ury

AngularJS frontend website using the URY API

Primary LanguageJavaScript

angular-ury

AngularJS frontend website using the URY API

Usage

Install

Install required tools gulp and bower:
npm install -g gulp bower

Run

Create a new directory, and go into:
mkdir my-new-project && cd $_
Install project dependencies:
npm install
bower install
Run local copy:
gulp serve

Documentation

Each file should be documented explaining what each function does and why.

The web app is built upon Generator-Gulp-Angular docs for the gulp commands can be found there.