https://github.com/jolicode/symfony-htmx-demo
Small Symfony project with HTMX and AssetMapper
https://github.com/jolicode/symfony-htmx-demo
Last synced: about 1 year ago
JSON representation
Small Symfony project with HTMX and AssetMapper
- Host: GitHub
- URL: https://github.com/jolicode/symfony-htmx-demo
- Owner: jolicode
- Created: 2023-11-06T14:28:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T23:05:14.000Z (over 1 year ago)
- Last Synced: 2025-06-07T00:09:43.207Z (about 1 year ago)
- Language: PHP
- Size: 370 KB
- Stars: 17
- Watchers: 12
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTMX Demo / Playground
This is the source code for the blog post at https://jolicode.com/blog/making-a-single-page-application-with-htmx-and-symfony
## Requirements
- Symfony CLI
- Docker
- PHP ^8.2
## Run the project
```shell
composer install
docker compose up -d
symfony console importmap:install
symfony console doctrine:schema:create
symfony console tailwind:build
symfony server:start -d
symfony open:local
```
Website is available on https://127.0.0.1:8000.