Damian972 / symfony-inertiajs-demo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 73.7%Language:Svelte 8.5%Language:Shell 8.4%Language:JavaScript 7.3%Language:Twig 1.9%Language:CSS 0.2%