us1415 / AngularJs-1

Repository to learn AngularJs with Maven and Java EE rest service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularJs

Repository to learn AngularJs with Maven and Java EE rest service

Required Software and Tools

  • Java Version: Oracle Java 1.8.0_31 (Execute java -version in command line after installation)
  • Apache Maven Version: 3.2.5 (Execute mvn -version in command line after installation)
  • PhantomJS Browser: 2.1.1 (Execute phantomjs --version in command line after installation)
  • Git Client: Any latest version (Execute git --version in command line after installation)
  • Mozilla Firefox Browser: Any version
  • Integrated Development Environment: Any version IntelliJ Idea or Eclipse

Running full build

mvn clean install

Running AngularJs unit test using Jasmine

mvn jasmine:bdd -pl :angularjs-war

Then go to http:localhost:8234 in browser

About

Repository to learn AngularJs with Maven and Java EE rest service


Languages

Language:Java 79.6%Language:Gherkin 15.6%Language:HTML 3.7%Language:CSS 1.2%