Minimal example of a Svelte Frontend with Flow Backend & GraphQL API
cd backend
composer install
screen ./flow server:run
cd -
cd frontend
npm install
npm run dev
Now you should be able to test the Backend (GraphQL API) at: http://localhost:8081/api/demo And the Frontend (Svelte App) at: http://localhost:5000
Have fun!