Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 872 Bytes

File metadata and controls

31 lines (20 loc) · 872 Bytes

Symfony with Tailwind and Twig Components

This project is a demonstration of using Tailwind CSS with Twig Components in a Symfony monolith project. alt text

Prerequisites

  • Docker
  • Make

Starting the project

  1. Clone the repository:

    git clone https://github.com/KnpLabs/symfony-tailwind-twig-components.git
    cd symfony-tailwind-twig-components
  2. Build and start the Docker container:

    make start
  3. Access the application in your browser at https://app.localhost.

Docker

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.