aws-containers / retail-store-sample-app

Sample application for demonstrating container platforms and related technology
MIT No Attribution
229 stars 276 forks source link

Migrate UI to Tailwind CSS #594

Open niallthomson opened 1 month ago

niallthomson commented 1 month ago

Currently Bootstrap is used to build the store UI. Migrate to Tailwind CSS to provide a fresher look.

The challenge with this is that Tailwind is not "natively" integrated in to Spring Boot so it would need an approach that either uses the Tailwind CLI to generate the final CSS or use something like the maven frontend plugin.