https://github.com/maciejwalkowiak/spring-boot-thymeleaf-tailwindcss-sample
https://github.com/maciejwalkowiak/spring-boot-thymeleaf-tailwindcss-sample
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maciejwalkowiak/spring-boot-thymeleaf-tailwindcss-sample
- Owner: maciejwalkowiak
- Created: 2022-11-07T10:23:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T19:47:42.000Z (almost 3 years ago)
- Last Synced: 2025-04-03T14:43:33.040Z (6 months ago)
- Language: CSS
- Size: 80.1 KB
- Stars: 22
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Spring Boot + Thymeleaf + TailwindCSS Sample
Follow tutorial 👉 [http://maciejwalkowiak.com/blog/spring-boot-thymeleaf-tailwindcss](http://maciejwalkowiak.com/blog/spring-boot-thymeleaf-tailwindcss)
CSS file is located in `src/main/frontend/main.css`.
Building the project:
```bash
$ ./mvnw package
```To run in dev mode:
```bash
$ ./mvnw paseq:exec@dev
```Live reloading the browser without needing to refresh it possible with [Live Reload Extension](https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei/related).
Look into `pom.xml` for `paseq-maven-plugin` configuration to understand how it works.