- Get my Symfony UX fork
git clone https://github.com/squrious/symfony-ux
cd symfony-ux && git checkout live-component/live-prop-url-binding && cd -
- Clone this project
git clone https://github.com/squrious/symfony-ux-demo-live-url.git
- Configure the demo application to use the fork
cd symfony-ux-demo-live-url \
&& composer install \
&& cd ../symfony-ux \
&& ./link ../symfony-ux-demo-live-url \
&& cd -
- Run the project
symfony serve --no-tls
- Visit
http://localhost:8000