Make sure Maven >= 2.2.1 is installed on your system.
Go into the project dir and type mvn jetty:run
, then point your browser to https://localhost:8080
.
'bower install' for js dependencies
Javascript dependencies: $ npm install bower --save-dev For tests: Install Karma: $ npm install karma --save-dev
$ npm install karma-jasmine karma-chrome-launcher --save-dev