Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 595 Bytes

readme.md

File metadata and controls

34 lines (23 loc) · 595 Bytes

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