Simple Frontend-Project based on nodjs and grunt
authorKai Moritz <kai@juplo.de>
Fri, 21 Aug 2015 17:52:01 +0000 (19:52 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 22 Aug 2015 22:06:35 +0000 (00:06 +0200)
commit49c05eefab554f1fe6a2eaa0c11774d0f4c9cae4
tree2f97269fba24f4659f77ee8e0ec223fae225364b
parent3b96f5b3fcbf84d1b48179bfe209b0ebfe0b3edd
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.
.gitignore
src/main/frontend/Gruntfile.js [new file with mode: 0644]
src/main/frontend/html/layout.html [new file with mode: 0644]
src/main/frontend/less/frontend.less [new file with mode: 0644]
src/main/frontend/package.json [new file with mode: 0644]