Skip to content

Latest commit

 

History

History

thymeleaf-with-tailwind-css

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Using Tailwind CSS with Spring Boot and Thymeleaf

General

Technologies used:

  • Java 11

  • Spring Boot 2.2.4

  • Thymeleaf 3.0.11

  • Tailwind CSS 1.2.0

  • NPM 6.13.4

  • Gulp 4.0.2

Building

Run:

gulp build
Note
Run npm install gulp first if you don’t have it yet.

Run:

mvn package

Running

Run from IntelliJ IDEA or use mvn spring-boot:run