Skip to content

Latest commit

 

History

History
executable file
·
47 lines (31 loc) · 721 Bytes

readme.md

File metadata and controls

executable file
·
47 lines (31 loc) · 721 Bytes

Juan Holiday API

A holiday API for the Philippines

Usage

Head out to the docs.

Developing / Testing

To run locally:

npm install -g bower gulp karma karma-jasmine karma-chrome-launcher browserify browserify vinyl-source-stream
npm install
bower install

php artisan migrate
php artisan db:seed

To run all gulp tasks / watcher:

gulp

To compile all libraries (gulp):

gulp concat-libs

To bnndle all scripts (gulp):

gulp bundle-app

To run the unit-tests:

karma start

All script unit-tests are in /public/app/tests/