Project to test a basic integration with InertiaJs and Svelte with a Symfony backend.
Install the dependencies...
cd symfony-inertiajs-demo
composer install
npm install
...then start a local server:
php -S localhost:8080 -t public
Build the assets with Encore:
npm run dev
... and you're ready to go!!