This is a typical Spring Boot webapp that uses Jade views, as alternative to other verbose template engines.
This demo uses Spring Boot jade4j Starter
How to run the Showcase
- Clone the repo
- Change to the directory where you cloned the repo
- If you are in a Linux/OS X box
- type: ./gradlew bootRun
- If you are in a Windows box
- type: gradle.bat bootRun
- Navigate with your browser to: http://localhost:9090
You can change the Jade templates located in ./src/main/resources/templates