AngularJS - UCL/EIDP-4 GitHub Wiki

Create java webapp with maven

JAVA_HOME=/usr/lib/jvm/zulu-8 /opt/apache-maven-3.3.3/bin/mvn archetype:generate -DgroupId=uk.ac.ucl.eidp -DartifactId=eidpjsapp -DarchetypeArtifactId=maven-archetype-webapp -DinteractiveMode=false

Change to a different directory

sudo npm install -g grunt-cli bower yo generator-karma generator-angular
mkdir eidpangular && cd $_
gem install compass
yo angular eidpappjs
grunt