/symfony-inertiajs-demo

Tests for a basic integration with Symfony 5 + InertiaJS + Svelte 3

Primary LanguagePHP

Symfony + InertiaJS + Svelte demo

Project to test a basic integration with InertiaJs and Svelte with a Symfony backend.

Setup

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!!

Ressources