-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37eb8fb
commit f892bdb
Showing
4 changed files
with
32 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 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](screenshot.png) | ||
|
||
## Prerequisites | ||
|
||
- Docker | ||
- Make | ||
|
||
## Starting the project | ||
|
||
1. Clone the repository: | ||
|
||
```bash | ||
git clone https://github.com/ErwannRousseau/symfony-tailwind-twig-components | ||
cd symfony-tailwind-twig-components | ||
``` | ||
|
||
2. Build and start the Docker container: | ||
|
||
```bash | ||
make start | ||
``` | ||
|
||
3. Access the application in your browser at [https://app.localhost](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`.](https://github.com/dunglas/symfony-docker) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.