Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.43 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.43 KB

OpenMuseum-Client

Build Status Coverage Status DevDependencies

Install

Check out the code:

git clone git@github.com:OpenMuseum/OpenMuseum-Client.git

Install the npm dependencies

npm install

Install gulp

npm install -g gulp bower

Install bower dependencies

bower install

Configure your server to work with html5Mode.

Run

Available Gulp tasks

  • gulp or gulp build to build an optimized version of your application in /dist
  • gulp serve to launch a browser sync server on your source files
  • gulp serve:dist to launch a server on your optimized application
  • gulp test to launch your unit tests with Karma
  • gulp test:auto to launch your unit tests with Karma in watch mode
  • gulp protractor to launch your e2e tests with Protractor
  • gulp protractor:dist to launch your e2e tests with Protractor on the dist files