Skip to content

MedAppJamTeam14/iPallor

Repository files navigation

iPallor

Setup

Core

  1. Download Node.js
  2. Download Git Bash
  3. Open up git bash and browse to the folder where you want to place iPallor
  4. git clone https://github.com/MedAppJamTeam14/iPallor.git
  5. cd iPallor
  6. npm install -g bower gulp
  7. bower install && npm install
  8. gulp to start server

Testing Environment

  1. npm install -g phantomjs
  2. gulp e2e:update
  3. gulp test
  4. gulp e2e

Commands

  • gulp - run gulp and start server
  • gulp build - build dist version of app (concatenate + minify)
  • gulp lint - lint with JSHint and JSCS
  • gulp test - test with Karma and Mocha (unit-testing)
  • gulp e2e - test with Protractor (end-to-end testing)
  • gulp bump [--major || --minor || --patch] - bump version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published