examples/maven-grunt-integration
8 years agoIntegration of the Grunt-Frontend- with the Maven-Backend-Project notnagel
Kai Moritz [Fri, 21 Aug 2015 17:23:24 +0000 (19:23 +0200)]
Integration of the Grunt-Frontend- with the Maven-Backend-Project

8 years agoSimple Frontend-Project based on nodjs and grunt
Kai Moritz [Fri, 21 Aug 2015 17:52:01 +0000 (19:52 +0200)]
Simple Frontend-Project based on nodjs and grunt

In this example the layout and the corresponding CSS is developed in a way,
that the outcome in the dist-directory is directly suitable for the
integration in the Spring-Thymeleaf-App.

A http-server could be started together with a watch, to ease the developmen
of the HTML and CSS.

The layout is kept simple and meant only to make the unstyled and the styled
version clearly distingushable.

8 years agoSimple Spring/Thymeleaf-App
Kai Moritz [Fri, 21 Aug 2015 16:16:33 +0000 (18:16 +0200)]
Simple Spring/Thymeleaf-App

This app only serves static content.

We do not need dynamic content to demonstrate the integration, but you
could easily extend this sample to serve dynamically rendered pages.