gradlew build will create a runnable jar at backend/build/libs/
You only need to have node.js installed.
Installing node.js:
See http://nodejs.org/download/
Install node modules and typings:
$ cd frontend
$ npm install
Start the server:
$ npm start
Open Browser at http://127.0.0.1:3000
The application may be started executing the main method in CampplannerApplication. To start in development mode use the following option: -Dspring.profiles.active=dev
Deployment URL: https://ng-camp.herokuapp.com