Skip to content

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

Notifications You must be signed in to change notification settings

Damian972/symfony-inertiajs-demo

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published