Skip to content

mowabidev/tailwind4testing

Repository files navigation

Projet symfony de test pour Tailwind 4

Ce projet est créé à la suite d'une erreur de rendu détecté avec Symfony 7 et Tailwind 4.

Usage

To test the project, follow the steps below

Clone the project and install its dependencies

# 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

Start symfony server

symfony server:start

If you don't have Symfony CLI installed, start with PHP

php -S localhost:8000 -t public

Start webpack

pnpm run dev-server

The project can be accessed at http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published