Ce projet est créé à la suite d'une erreur de rendu détecté avec Symfony 7 et Tailwind 4.
To test the project, follow the steps below
# clone the repository
git clone git@github.com:mowabidev/tailwind4testing.git
# move to the project root
cd tailwind4testing
# install composer dependencies
composer i
# install npm dependencies
pnpm i
symfony server:start
If you don't have Symfony CLI installed, start with PHP
php -S localhost:8000 -t public
pnpm run dev-server
The project can be accessed at http://localhost:8000