Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 529 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 529 Bytes

Personal Webpage

This repo contains the code of my personal webpage http://www.nicklasnilsson.com hosted on heroku.

Built using:
  • Spring Boot with Maven
  • Hibernate, Spring Data and Postgres
  • Yeoman, AngularJS, Grunt
  • Bootstrap, animate.css
  • Leaflet, D3
Running the Front End (in the yo folder):
$ grunt serve
Running the full application (from root folder):

Configure application.properties and the application.yml and run by:

$ mvn spring-boot:run