Skip to content

smouzakitis/policycompass-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Policy Compass Frontend

Installation

npm install
  • Install front-end packages (linux)
./node_modules/.bin/bower install
  • Install front-end packages (windows)
node_modules\.bin\bower install
  • Copy the development.sample.json to development.json and configure the development.json with your service domains
  • Copy the app/config.sample.js to config.js and configure it with your service domains
  • If you don't have the services locally installed set 'useRemoteServices' in the config.js to true
  • Start App
npm start
npm test
  • Running E2E-Tests:
npm run-script protractor
  • If you have Problems with running the E2E-Tests, try updating the webdriver and make sure you have Chrome installed
node_modules/.bin/webdriver-manager update

About

Angular frontend for the policycompass web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.6%
  • HTML 26.1%
  • CSS 18.3%