to get it running, you should have npm installed on your local machine. Then, just run
$ gradle npm (this installs all npm dependencies from package.json)
$ gradle test (executes the tests)
(in case you haven't installed gradle
on your machine, use the gradle wrapper gradlew