Skip to content

grey-shirt/thymeleaf-tailwind-gradle-template

Repository files navigation

Thymeleaf Tailwind Gradle Template


This is an application template that has thymeleaf and tailwind preconfigured in a gradle application.

Running the application

  • To start the Spring application run the main method in ./gradlew bootRun
  • To generate the tailwind files execute the following in a terminal window at the root of the project npm run build
  • For livereload run npm run watch
  • The application should now be running on https://localhost:3000

Getting Started

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Additional Links

These additional references should also help you: