summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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.
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.