This project is a demonstration of using Tailwind CSS with Twig Components in a Symfony monolith project.
- Docker
- Make
-
Clone the repository:
git clone https://github.com/KnpLabs/symfony-tailwind-twig-components.git cd symfony-tailwind-twig-components
-
Build and start the Docker container:
make start
-
Access the application in your browser at https://app.localhost.
This project is based on Docker with frankenphp.
You can find more information on the repo I based myself on, just here: dunglas/symfony-docker: A Docker-based installer and runtime for Symfony. Install: download and docker compose up
.