Skip to content

michiyoct/TrainingJEEAngularJS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrainingJEEAngularJS

This repo contains the Lab project for the AngularJS Training in JEE world. for more details, have a look at http://worldline.github.io/TrainingJEEAngularJS

To run this application

mvn jetty:run

Application is now running in : http://localhost:8080/

To install test environment

install Node.js

http://nodejs.org/

Make sure node and npm are in the your Path.

echo $PATH

Configure NPM proxy

npm config set proxy http://[proxy]:[PORT]
npm config set https-proxy http://[proxy]:[PORT]

check also proxy variables

set HTTP_PROXY=http://[proxy]:[PORT]
set HTTPS_PROXY=http://[proxy]:[PORT]

**Install node modules

npm install -g bower
npm install -g grunt-cli
npm install

To run integration tests

make sure your application is running on http://localhost:8080/

run protractor tests

grunt test:e2e

Online exercices

Here are the solutions for the different online exercice :

links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 35.4%
  • Java 34.1%
  • JavaScript 22.5%
  • HTML 8.0%