aws-containers / retail-store-sample-app

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

Migrate UI to Tailwind CSS #594

Open niallthomson opened 4 months ago

niallthomson commented 4 months 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.